From 7cb3c9701cecdc8a601f69e2192428afd43b0d9c Mon Sep 17 00:00:00 2001 From: fm39hz-workstation Date: Mon, 13 May 2024 11:33:06 +0700 Subject: [PATCH] feat: add comment --- lazy-lock.json | 1 + lua/plugins/comment.lua | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 lua/plugins/comment.lua diff --git a/lazy-lock.json b/lazy-lock.json index cee297d..1b0c90f 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -1,4 +1,5 @@ { + "Comment.nvim": { "branch": "master", "commit": "0236521ea582747b58869cb72f70ccfa967d2e89" }, "LazyVim": { "branch": "main", "commit": "cfe87ba894b6c2c961827de45c55b57b1183865c" }, "LuaSnip": { "branch": "master", "commit": "b152822e1a4bafb6bdf11a16cc26525cbd95ee00" }, "SchemaStore.nvim": { "branch": "main", "commit": "35a0998728380a17b8590447e8207391411c667a" }, diff --git a/lua/plugins/comment.lua b/lua/plugins/comment.lua new file mode 100644 index 0000000..c2a6ac4 --- /dev/null +++ b/lua/plugins/comment.lua @@ -0,0 +1,5 @@ +return { + "numToStr/Comment.nvim", + opts = {}, + lazy = false, +}