mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-20 13:23:42 +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
|
||||
|
||||
if has("gui_running")
|
||||
call LoadColorScheme("wombat:desert") " Set the colorscheme
|
||||
call LoadColorScheme("wombat:desert")
|
||||
elseif &t_Co == 256
|
||||
call LoadColorScheme("wombat:inkpot") " Set the colorscheme
|
||||
call LoadColorScheme("wombat:inkpot")
|
||||
else
|
||||
call LoadColorScheme("zellner") " Set the colorscheme
|
||||
call LoadColorScheme("zellner")
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue