From 1d3bde22297ce53a13d55da4ea842aaa69d7fbb0 Mon Sep 17 00:00:00 2001 From: listout Date: Thu, 15 Apr 2021 21:11:43 +0530 Subject: removed config for status line integration as it has a separate config file and is correctly configured there --- configs/coc.vim | 5 ----- 1 file changed, 5 deletions(-) (limited to 'configs/coc.vim') diff --git a/configs/coc.vim b/configs/coc.vim index 742c5ff..52e7a14 100644 --- a/configs/coc.vim +++ b/configs/coc.vim @@ -139,11 +139,6 @@ command! -nargs=? Fold :call CocAction('fold', ) " Add `:OR` command for organize imports of the current buffer. command! -nargs=0 OR :call CocAction('runCommand', 'editor.action.organizeImport') -" Add (Neo)Vim's native statusline support. -" NOTE: Please see `:h coc-status` for integrations with external plugins that -" provide custom statusline: lightline.vim, vim-airline. -set statusline^=%{coc#status()}%{get(b:,'coc_current_function','')} - " Mappings for CoCList " Show all diagnostics. nnoremap a :CocList diagnostics -- cgit v1.2.3