From d2f964c74291d7a31e8c8e6f0150b5b9bd4e33b7 Mon Sep 17 00:00:00 2001 From: Alyxia Date: Sun, 25 Sep 2022 11:21:30 +0200 Subject: [PATCH] [nvim] Fix some coc complaints --- nvim/plugin/keybinds.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nvim/plugin/keybinds.vim b/nvim/plugin/keybinds.vim index c8540af..1dc5e02 100644 --- a/nvim/plugin/keybinds.vim +++ b/nvim/plugin/keybinds.vim @@ -6,6 +6,9 @@ nnoremap :NERDTreeToggle return !col || getline('.')[col - 1] =~ '\s' endfunction + nmap (coc-codeaction-line) + xmap (coc-codeaction-selected) + inoremap coc#pum#visible() ? coc#_select_confirm() : "\" inoremap