chore(config): remove unused exts nvim
parent
28b8580d9c
commit
c3f4889adf
|
@ -28,8 +28,8 @@ set clipboard+=unnamedplus
|
||||||
set rtp+=~/.fzf
|
set rtp+=~/.fzf
|
||||||
|
|
||||||
" Plugins config
|
" Plugins config
|
||||||
let g:go_gopls_gofumpt=1
|
|
||||||
let g:go_version_warning=0
|
let g:go_version_warning=0
|
||||||
|
let g:go_gopls_gofumpt=1
|
||||||
let g:lightline={'colorscheme':'onedark'}
|
let g:lightline={'colorscheme':'onedark'}
|
||||||
|
|
||||||
" vim-plug
|
" vim-plug
|
||||||
|
@ -37,9 +37,7 @@ let g:lightline={'colorscheme':'onedark'}
|
||||||
call plug#begin()
|
call plug#begin()
|
||||||
|
|
||||||
" Should use
|
" Should use
|
||||||
Plug 'sheerun/vim-polyglot'
|
|
||||||
Plug 'preservim/nerdtree'
|
Plug 'preservim/nerdtree'
|
||||||
Plug 'machakann/vim-sandwich'
|
|
||||||
Plug 'itchyny/lightline.vim'
|
Plug 'itchyny/lightline.vim'
|
||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue