Add dracula theme to vimrc
This commit is contained in:
parent
8e440d74da
commit
fd0596a648
2
vimrc
2
vimrc
|
@ -192,6 +192,8 @@ if IsWindows()
|
||||||
Plug 'godlygeek/csapprox' " Try to make gvim themes look decent on Windows.
|
Plug 'godlygeek/csapprox' " Try to make gvim themes look decent on Windows.
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Plug 'dracula/vim', { 'as': 'dracula' }
|
||||||
|
|
||||||
"//////////////////////////////
|
"//////////////////////////////
|
||||||
" SYNTAX HIGHLIGHTING
|
" SYNTAX HIGHLIGHTING
|
||||||
"//////////////////////////////
|
"//////////////////////////////
|
||||||
|
|
Loading…
Reference in New Issue
Block a user