Disabling neocomplcache for now, setting dark color scheme now that I've disabled solarized
This commit is contained in:
parent
a6f90f07c1
commit
aa69313786
1 changed files with 5 additions and 1 deletions
6
vimrc
6
vimrc
|
|
@ -35,7 +35,7 @@ Bundle 'gregsexton/MatchTag'
|
|||
Bundle 'kana/vim-smartinput'
|
||||
Bundle 'rstacruz/sparkup', {'rtp': 'vim/'}
|
||||
Bundle 'mbbill/undotree'
|
||||
Bundle 'Shougo/neocomplcache'
|
||||
" Bundle 'Shougo/neocomplcache'
|
||||
Bundle 'coderifous/textobj-word-column.vim'
|
||||
" Bundle 'myusuf3/numbers'
|
||||
" Bundle 'benmills/vimux'
|
||||
|
|
@ -140,6 +140,10 @@ endif
|
|||
" Powerline
|
||||
let g:Powerline_symbols='fancy'
|
||||
|
||||
" Colors
|
||||
set background=dark
|
||||
colorscheme default
|
||||
|
||||
" Solarized
|
||||
"set background=dark
|
||||
"let g:solarized_termtrans=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue