Remove remnants of powerline

This commit is contained in:
Julian Ospald 2018-06-27 12:04:03 +02:00
parent 7e7201f6d7
commit 37f6c79332
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 0 additions and 6 deletions

6
vimrc
View File

@ -157,12 +157,6 @@ so ~/.vim/plugged/cmdalias.vim/plugin/cmdalias.vim
if !has("nvim")
"powerline
python3 from powerline.vim import setup as powerline_setup
python3 powerline_setup()
python3 del powerline_setup
set laststatus=2
" lj
let g:LustyJugglerSuppressRubyWarning = 1
endif