Putting solarized back in
This commit is contained in:
parent
df500e7f30
commit
d8595932d6
1 changed files with 11 additions and 11 deletions
22
vimrc
22
vimrc
|
|
@ -25,7 +25,7 @@ Bundle 'majutsushi/tagbar'
|
||||||
Bundle 'scrooloose/syntastic'
|
Bundle 'scrooloose/syntastic'
|
||||||
Bundle 'scrooloose/nerdcommenter'
|
Bundle 'scrooloose/nerdcommenter'
|
||||||
" Bundle 'scrooloose/nerdtree'
|
" Bundle 'scrooloose/nerdtree'
|
||||||
" Bundle 'altercation/vim-colors-solarized'
|
Bundle 'altercation/vim-colors-solarized'
|
||||||
" Bundle 'ervandew/supertab'
|
" Bundle 'ervandew/supertab'
|
||||||
" Bundle 'sjl/gundo.vim'
|
" Bundle 'sjl/gundo.vim'
|
||||||
" Bundle 'sjl/clam.vim'
|
" Bundle 'sjl/clam.vim'
|
||||||
|
|
@ -141,18 +141,18 @@ endif
|
||||||
let g:Powerline_symbols='fancy'
|
let g:Powerline_symbols='fancy'
|
||||||
|
|
||||||
" Colors
|
" Colors
|
||||||
set background=dark
|
"set background=dark
|
||||||
colorscheme default
|
" colorscheme default
|
||||||
|
|
||||||
" Solarized
|
" Solarized
|
||||||
"set background=dark
|
set background=dark
|
||||||
"let g:solarized_termtrans=1
|
let g:solarized_termtrans=1
|
||||||
"let g:solarized_termcolors=256 "default value is 16
|
let g:solarized_termcolors=256 "default value is 16
|
||||||
"let g:solarized_contrast="high" "default value is normal
|
let g:solarized_contrast="high" "default value is normal
|
||||||
"let g:solarized_visibility="high" "default value is normal
|
let g:solarized_visibility="high" "default value is normal
|
||||||
"let g:solarized_diffmode="high" "default value is normal
|
let g:solarized_diffmode="high" "default value is normal
|
||||||
"let g:solarized_hitrail=1 "default value is 0
|
let g:solarized_hitrail=1 "default value is 0
|
||||||
"colorscheme solarized
|
colorscheme solarized
|
||||||
|
|
||||||
" NERDTree
|
" NERDTree
|
||||||
"nnoremap <silent> <leader>n :NERDTreeToggle <cr>
|
"nnoremap <silent> <leader>n :NERDTreeToggle <cr>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue