diff options
author | listout <listout@protonmail.com> | 2021-04-15 21:11:43 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-04-15 21:11:43 +0530 |
commit | 1d3bde22297ce53a13d55da4ea842aaa69d7fbb0 (patch) | |
tree | 83c4c00376a25166cecfc44e7c88fe759705dda7 /configs | |
parent | f9dc88a12e1d6d3cf43e3f53fb3e6a71d14380f3 (diff) |
removed config for status line integration as it has a separate config file and is correctly configured there
Diffstat (limited to 'configs')
-rw-r--r-- | configs/coc.vim | 5 |
1 files changed, 0 insertions, 5 deletions
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', <f-args>) " 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 <silent><nowait> <space>a :<C-u>CocList diagnostics<cr> |