diff options
Diffstat (limited to '')
| -rw-r--r-- | nvim/lua/plugins/comment.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nvim/lua/plugins/comment.lua b/nvim/lua/plugins/comment.lua new file mode 100644 index 0000000..559fd3c --- /dev/null +++ b/nvim/lua/plugins/comment.lua @@ -0,0 +1,6 @@ +return { + "numToStr/Comment.nvim", + lazy = true, + event = { "BufReadPost", "BufWritePost", "BufNewFile" }, + opts = {} +} |
