summaryrefslogtreecommitdiff
path: root/.config/nvim/plug-config/vim-commentary.vim
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/plug-config/vim-commentary.vim')
-rw-r--r--.config/nvim/plug-config/vim-commentary.vim8
1 files changed, 0 insertions, 8 deletions
diff --git a/.config/nvim/plug-config/vim-commentary.vim b/.config/nvim/plug-config/vim-commentary.vim
deleted file mode 100644
index b6758b3..0000000
--- a/.config/nvim/plug-config/vim-commentary.vim
+++ /dev/null
@@ -1,8 +0,0 @@
-function! Comment()
- if (mode() == "n" )
- execute "Commentary"
- else
- execute "'<,'>Commentary"
- endif
- endfunction
-vnoremap <silent> <space>/ :call Comment()