Update home/.vim/vimrc
This commit is contained in:
parent
f11b3162db
commit
d5075b3fe0
|
@ -58,7 +58,7 @@ if dein#load_state(pluginpath)
|
||||||
call dein#add('tpope/vim-sensible')
|
call dein#add('tpope/vim-sensible')
|
||||||
|
|
||||||
" Colorscheme
|
" Colorscheme
|
||||||
" call dein#add('ajh17/Spacegray.vim.git')
|
call dein#add('https://git.sr.ht/~ackyshake/spacegray.vim')
|
||||||
|
|
||||||
" Interface
|
" Interface
|
||||||
call dein#add('itchyny/lightline.vim')
|
call dein#add('itchyny/lightline.vim')
|
||||||
|
@ -104,7 +104,7 @@ if dein#check_install()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Color scheme
|
" Color scheme
|
||||||
" colorscheme spacegray
|
colorscheme spacegray
|
||||||
" 16 millions colors
|
" 16 millions colors
|
||||||
"set termguicolors
|
"set termguicolors
|
||||||
" Disable background in terminal
|
" Disable background in terminal
|
||||||
|
|
Loading…
Reference in New Issue