diff --git a/modules/user/neovim.nix b/modules/user/neovim.nix index c02f839..e4be386 100644 --- a/modules/user/neovim.nix +++ b/modules/user/neovim.nix @@ -89,6 +89,8 @@ nnoremap k nnoremap l nnoremap :q + nnoremap gd (coc-definition) + nmap ref (coc-references) nmap gd :Gdiff nmap rn (coc-rename) command! -nargs=0 Sw w !doas tee % > /dev/null