commit d31c78468049de69e0eccfe6aeacf5a787fe797d parent 70b47fcce790d489328e4e2a9e0773660a4528b5 Author: Yohanes Bandung Bondowoso <hi@ybbond.dev> Date: Thu, 7 Jan 2021 02:58:29 +0700 add no formatting save for nvim with :W Diffstat:
| M | .config/nvim/init.vim | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim @@ -310,6 +310,7 @@ nnoremap gB :bprevious<cr> nmap <leader>. :call CocAction("codeAction")<cr> command! GC CocList gstatus + command! W noa w " |git-messenger| nmap <C-w>m <Plug>(git-messenger)