Add loaded check

This commit is contained in:
Patrick Stockwell
2022-11-15 20:40:48 +11:00
parent 04abfc4d71
commit d0fb59b861

View File

@@ -1,6 +1,10 @@
" Vim color file
"
" Author: Patrick Stockwell <mail@deciphr.net>
"
if exists('g:loaded_vim_monokai_tasty')
finish
endif
hi clear
if exists('syntax_on')
@@ -609,3 +613,5 @@ hi link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint
" Must be at the end, because of ctermbg=234 bug.
" https://groups.google.com/forum/#!msg/vim_dev/afPqwAFNdrU/nqh6tOM87QUJ
set background=dark
let g:loaded_vim_monokai_tasty = 1