making colorscheme errors silent
This commit is contained in:
parent
9feb3a0be1
commit
0833108923
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ endif " has("autocmd")
|
||||||
"let g:dracula_colorterm = 0
|
"let g:dracula_colorterm = 0
|
||||||
"silent! colorscheme dracula
|
"silent! colorscheme dracula
|
||||||
set background=dark
|
set background=dark
|
||||||
colorscheme gruvbox
|
silent! colorscheme gruvbox
|
||||||
|
|
||||||
|
|
||||||
" ==================== Code Folding ====================
|
" ==================== Code Folding ====================
|
||||||
|
|
Loading…
Reference in a new issue