chore(config): remove coc.nvim

main
sudo pacman -Syu 2021-10-12 21:35:07 +07:00
parent 7485643d6a
commit 7574df70fc
1 changed files with 0 additions and 4 deletions

View File

@ -40,9 +40,6 @@ let g:go_gopls_gofumpt=1
" let g:lightline={'colorscheme':'onedark'}
let g:lightline={'colorscheme':'nord'}
" coc-nvim
command! -nargs=0 Prettier :CocCommand prettier.formatFile
" vim-plug
" https://github.com/junegunn/vim-plug
call plug#begin()
@ -58,7 +55,6 @@ Plug 'arcticicestudio/nord-vim'
" Languages
Plug 'fatih/vim-go', {'tag': '*'}
Plug 'neoclide/coc.nvim', {'branch': 'release'}
call plug#end()