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')
|
||||
|
||||
" Colorscheme
|
||||
" call dein#add('ajh17/Spacegray.vim.git')
|
||||
call dein#add('https://git.sr.ht/~ackyshake/spacegray.vim')
|
||||
|
||||
" Interface
|
||||
call dein#add('itchyny/lightline.vim')
|
||||
|
@ -104,7 +104,7 @@ if dein#check_install()
|
|||
endif
|
||||
|
||||
" Color scheme
|
||||
" colorscheme spacegray
|
||||
colorscheme spacegray
|
||||
" 16 millions colors
|
||||
"set termguicolors
|
||||
" Disable background in terminal
|
||||
|
|
Loading…
Reference in New Issue