diff --git a/nvim/coc b/nvim/coc index 8a84a72..e62ff25 100644 --- a/nvim/coc +++ b/nvim/coc @@ -123,15 +123,15 @@ set statusline^=%{coc#status()}%{get(b:,'coc_current_function','')} " Mappings for CoCList " Show all diagnostics. -nnoremap a :CocList diagnostics +nnoremap a :CocList diagnostics " Manage extensions. -nnoremap e :CocList extensions +nnoremap e :CocList extensions " Show commands. -nnoremap c :CocList commands +nnoremap c :CocList commands " Find symbol of current document. -nnoremap o :CocList outline +nnoremap o :CocList outline " Search workspace symbols. -nnoremap s :CocList -I symbols +nnoremap s :CocList -I symbols " Do default action for next item. nnoremap j :CocNext " Do default action for previous item.