Adding solarized and tagbar
This commit is contained in:
parent
0d299cbd7d
commit
53f368cac1
5 changed files with 18 additions and 0 deletions
8
vimrc
8
vimrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue