aboutsummaryrefslogtreecommitdiff
path: root/nvim/.config/nvim/lua/kdam0/commenter.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/.config/nvim/lua/kdam0/commenter.lua')
-rw-r--r--nvim/.config/nvim/lua/kdam0/commenter.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/nvim/.config/nvim/lua/kdam0/commenter.lua b/nvim/.config/nvim/lua/kdam0/commenter.lua
new file mode 100644
index 0000000..fead874
--- /dev/null
+++ b/nvim/.config/nvim/lua/kdam0/commenter.lua
@@ -0,0 +1,13 @@
+require('Comment').setup{
+ padding = true,
+ sticky = true,
+ ignore = nil,
+ toggler = {
+ line = '<Leader>c',
+ block = '<Leader>b',
+ },
+ opleader = {
+ line = '<Leader>c',
+ block = '<Leader>b',
+ },
+}