diff options
Diffstat (limited to '')
-rw-r--r-- | lua/conf/plugins/comment.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lua/conf/plugins/comment.lua b/lua/conf/plugins/comment.lua new file mode 100644 index 0000000..9a6373d --- /dev/null +++ b/lua/conf/plugins/comment.lua @@ -0,0 +1,7 @@ +return { 'numToStr/Comment.nvim', + function() + require('Comment').setup { + ignore = '^$' + } + end +} |