From 09c31103108c30ec61f7730890ce35f5007c8d92 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 12 May 2022 00:19:37 +0200 Subject: update --- .config/nvim/bindings.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/nvim/bindings.vim') diff --git a/.config/nvim/bindings.vim b/.config/nvim/bindings.vim index c6f7b44..ea58357 100644 --- a/.config/nvim/bindings.vim +++ b/.config/nvim/bindings.vim @@ -1,7 +1,7 @@ call which_key#register('\', "g:which_key_map") let g:which_key_map = {} nnoremap c "_c -nnoremap :call NERDComment(0,"toggle") +nnoremap :call nerdcommenter#Comment(0,"toggle") nnoremap : nnoremap :bprevious nnoremap :bnext -- cgit v1.2.3