summaryrefslogtreecommitdiffstats
path: root/lua/conf/plugins/comment.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conf/plugins/comment.lua')
-rw-r--r--lua/conf/plugins/comment.lua7
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
+}