chore(config): remove coc.nvim
parent
7485643d6a
commit
7574df70fc
|
@ -40,9 +40,6 @@ let g:go_gopls_gofumpt=1
|
||||||
" let g:lightline={'colorscheme':'onedark'}
|
" let g:lightline={'colorscheme':'onedark'}
|
||||||
let g:lightline={'colorscheme':'nord'}
|
let g:lightline={'colorscheme':'nord'}
|
||||||
|
|
||||||
" coc-nvim
|
|
||||||
command! -nargs=0 Prettier :CocCommand prettier.formatFile
|
|
||||||
|
|
||||||
" vim-plug
|
" vim-plug
|
||||||
" https://github.com/junegunn/vim-plug
|
" https://github.com/junegunn/vim-plug
|
||||||
call plug#begin()
|
call plug#begin()
|
||||||
|
@ -58,7 +55,6 @@ Plug 'arcticicestudio/nord-vim'
|
||||||
|
|
||||||
" Languages
|
" Languages
|
||||||
Plug 'fatih/vim-go', {'tag': '*'}
|
Plug 'fatih/vim-go', {'tag': '*'}
|
||||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue