No longer need powerline stuff in vimrc
This commit is contained in:
parent
9af7c7683d
commit
8115dcac7a
1 changed files with 3 additions and 3 deletions
6
vimrc
6
vimrc
|
|
@ -141,9 +141,9 @@ if has("gui_running")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Powerline
|
" Powerline
|
||||||
set rtp+=/usr/local/lib/python2.7/site-packages/powerline/bindings/vim
|
"set rtp+=/usr/local/lib/python2.7/site-packages/powerline/bindings/vim
|
||||||
set rtp+=/usr/lib/python2.7/site-packages/powerline/bindings/vim
|
"set rtp+=/usr/lib/python2.7/site-packages/powerline/bindings/vim
|
||||||
let g:Powerline_symbols='fancy'
|
"let g:Powerline_symbols='fancy'
|
||||||
|
|
||||||
" Colors
|
" Colors
|
||||||
"set background=dark
|
"set background=dark
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue