mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-08 09:53:52 -05:00
Add loaded check
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user