mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
cleanup comments in vimrc
This commit is contained in:
parent
fb55f6de62
commit
7a820de14a
1 changed files with 9 additions and 9 deletions
6
vimrc
6
vimrc
|
@ -128,11 +128,11 @@ if has('eval')
|
||||||
endfun
|
endfun
|
||||||
|
|
||||||
if has("gui_running")
|
if has("gui_running")
|
||||||
call LoadColorScheme("wombat:desert") " Set the colorscheme
|
call LoadColorScheme("wombat:desert")
|
||||||
elseif &t_Co == 256
|
elseif &t_Co == 256
|
||||||
call LoadColorScheme("wombat:inkpot") " Set the colorscheme
|
call LoadColorScheme("wombat:inkpot")
|
||||||
else
|
else
|
||||||
call LoadColorScheme("zellner") " Set the colorscheme
|
call LoadColorScheme("zellner")
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue