From 37f6c79332c90677df9ef062d6fc99d619010101 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 27 Jun 2018 12:04:03 +0200 Subject: [PATCH] Remove remnants of powerline --- vimrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/vimrc b/vimrc index 0afe255..700ca58 100644 --- a/vimrc +++ b/vimrc @@ -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