Adding solarized and tagbar

This commit is contained in:
Dustin Swan
2011-08-24 02:30:42 -04:00
parent 0d299cbd7d
commit 53f368cac1
5 changed files with 18 additions and 0 deletions

8
vimrc
View File

@@ -38,3 +38,11 @@ set ruler
set nohls
au BufNewFile,BufRead *.less set filetype=less
" solarized colors
set background=dark
let g:solarized_termtrans=1
let g:solarized_termcolors=256
let g:solarized_contrast="high"
let g:solarized_visibility="high"
colorscheme solarized