chore(config): remove vim lang, should use IDE for that
parent
dc9a642f5f
commit
a857a0ce1a
|
@ -27,10 +27,7 @@ set clipboard+=unnamedplus
|
|||
set rtp+=~/.fzf
|
||||
|
||||
" Plugins config
|
||||
let g:go_version_warning=0
|
||||
let g:go_gopls_gofumpt=1
|
||||
let g:lightline={'colorscheme':'onedark'}
|
||||
" let g:lightline={'colorscheme':'nord'}
|
||||
|
||||
" vim-plug
|
||||
" https://github.com/junegunn/vim-plug
|
||||
|
@ -43,13 +40,8 @@ Plug 'tpope/vim-fugitive'
|
|||
|
||||
" Colorschemes
|
||||
Plug 'joshdick/onedark.vim'
|
||||
Plug 'arcticicestudio/nord-vim'
|
||||
|
||||
" Languages
|
||||
Plug 'fatih/vim-go', {'tag': '*'}
|
||||
|
||||
call plug#end()
|
||||
|
||||
set background=dark
|
||||
colorscheme onedark
|
||||
" colorscheme nord
|
||||
|
|
Loading…
Reference in New Issue