diff --git a/nix/progs/nvim/coc.vim b/nix/progs/nvim/coc.vim index ccd4b91..2d16956 100644 --- a/nix/progs/nvim/coc.vim +++ b/nix/progs/nvim/coc.vim @@ -27,7 +27,7 @@ nmap ]c (coc-diagnostic-next) " Remap keys for gotos nmap gd (coc-definition) -nmap gt (coc-type-definition) +nmap gy (coc-type-definition) nmap gi (coc-implementation) nmap gr (coc-references) @@ -37,3 +37,8 @@ nmap a (coc-codeaction) " Remap for rename current word nmap n (coc-rename) +" Mappings for CocList +nnoremap cl :CocList +nnoremap cd :CocList diagnostics +nnoremap cc :CocList commands +