Skip to content

Commit

Permalink
rearrange order of color options in vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
atomantic committed Oct 19, 2016
1 parent 94d4e48 commit 32ed77b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions homedir/.vimrc
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Must Have
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
colorscheme solarized
syntax on
syntax enable
let g:solarized_termtrans = 1
call togglebg#map("<F5>")
if has('gui_running')
set background=light
else
set background=dark
endif
" syntax on " syntax highlighting on
syntax enable
let g:solarized_termtrans = 1
colorscheme solarized
call togglebg#map("<F5>")

""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Vundle
Expand Down

0 comments on commit 32ed77b

Please sign in to comment.