Change vim colorscheme to gotham
This commit is contained in:
parent
72699a7e2f
commit
ed72f4a69d
1 changed files with 4 additions and 1 deletions
|
@ -97,6 +97,9 @@ Plugin 'pelodelfuego/vim-swoop'
|
||||||
" Fish Shell support
|
" Fish Shell support
|
||||||
Plugin 'dag/vim-fish'
|
Plugin 'dag/vim-fish'
|
||||||
|
|
||||||
|
" Gotham colorscheme
|
||||||
|
Plugin 'whatyouhide/vim-gotham'
|
||||||
|
|
||||||
" Transparent encryption + decryption
|
" Transparent encryption + decryption
|
||||||
Plugin 'jamessan/vim-gnupg'
|
Plugin 'jamessan/vim-gnupg'
|
||||||
|
|
||||||
|
@ -120,7 +123,7 @@ set shiftwidth=2
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
||||||
syntax enable
|
syntax enable
|
||||||
colorscheme onedark
|
colorscheme gotham
|
||||||
|
|
||||||
if has('termguicolors')
|
if has('termguicolors')
|
||||||
set termguicolors
|
set termguicolors
|
||||||
|
|
Loading…
Reference in a new issue