diff --git a/home-manager/roles/neovim/vimrc b/home-manager/roles/neovim/vimrc index 7f2c4f73..757d56c1 100644 --- a/home-manager/roles/neovim/vimrc +++ b/home-manager/roles/neovim/vimrc @@ -132,12 +132,12 @@ nmap gd (coc-definition) nmap gy (coc-type-definition) nmap gr (coc-references) -nmap gs :Gstatus +nmap gs :Git status nmap gu :CocCommand git.chunkUndo nmap gi :CocCommand git.chunkInfo nmap ga :CocCommand git.chunkStage nmap gb :CocCommand git.showCommit -nmap gc :Gcommit +nmap gc :Git commit function! s:show_documentation() if (index(['vim','help'], &filetype) >= 0)