mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-10 02:43:50 -05:00
Add loaded check
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
" Vim color file
|
" Vim color file
|
||||||
"
|
"
|
||||||
" Author: Patrick Stockwell <mail@deciphr.net>
|
" Author: Patrick Stockwell <mail@deciphr.net>
|
||||||
|
"
|
||||||
|
if exists('g:loaded_vim_monokai_tasty')
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
|
||||||
hi clear
|
hi clear
|
||||||
if exists('syntax_on')
|
if exists('syntax_on')
|
||||||
@@ -609,3 +613,5 @@ hi link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint
|
|||||||
" Must be at the end, because of ctermbg=234 bug.
|
" Must be at the end, because of ctermbg=234 bug.
|
||||||
" https://groups.google.com/forum/#!msg/vim_dev/afPqwAFNdrU/nqh6tOM87QUJ
|
" https://groups.google.com/forum/#!msg/vim_dev/afPqwAFNdrU/nqh6tOM87QUJ
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
||||||
|
let g:loaded_vim_monokai_tasty = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user