|
|
@ -35,7 +35,7 @@ Bundle 'gregsexton/MatchTag'
|
|
|
|
Bundle 'kana/vim-smartinput'
|
|
|
|
Bundle 'kana/vim-smartinput'
|
|
|
|
Bundle 'rstacruz/sparkup', {'rtp': 'vim/'}
|
|
|
|
Bundle 'rstacruz/sparkup', {'rtp': 'vim/'}
|
|
|
|
Bundle 'mbbill/undotree'
|
|
|
|
Bundle 'mbbill/undotree'
|
|
|
|
Bundle 'Shougo/neocomplcache'
|
|
|
|
" Bundle 'Shougo/neocomplcache'
|
|
|
|
Bundle 'coderifous/textobj-word-column.vim'
|
|
|
|
Bundle 'coderifous/textobj-word-column.vim'
|
|
|
|
" Bundle 'myusuf3/numbers'
|
|
|
|
" Bundle 'myusuf3/numbers'
|
|
|
|
" Bundle 'benmills/vimux'
|
|
|
|
" Bundle 'benmills/vimux'
|
|
|
@ -140,6 +140,10 @@ endif
|
|
|
|
" Powerline
|
|
|
|
" Powerline
|
|
|
|
let g:Powerline_symbols='fancy'
|
|
|
|
let g:Powerline_symbols='fancy'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
" Colors
|
|
|
|
|
|
|
|
set background=dark
|
|
|
|
|
|
|
|
colorscheme default
|
|
|
|
|
|
|
|
|
|
|
|
" Solarized
|
|
|
|
" Solarized
|
|
|
|
"set background=dark
|
|
|
|
"set background=dark
|
|
|
|
"let g:solarized_termtrans=1
|
|
|
|
"let g:solarized_termtrans=1
|
|
|
|