Skip to content

Commit

Permalink
Lost my submodules, put them back
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah Woods committed Mar 23, 2012
1 parent 9df8a62 commit 5685fe4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vimrc.after
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
if has("gui_running")
set t_Co=256
else
set t_Co=16
endif


colorscheme solarized
set background=dark
set cursorline
highlight ExtraWhitespace ctermbg=red guibg=red
match ExtraWhitespace /\s\+$/
Expand Down

0 comments on commit 5685fe4

Please sign in to comment.