From 16408d532f37c81439570c9c5c95d11992abb103 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Sun, 20 Oct 2019 22:00:50 +0200 Subject: [PATCH] Removed lightline --- vim/vimrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 86414e9..db5aac2 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -27,7 +27,6 @@ Plug 'Shougo/vimproc.vim', {'do' : 'make'} Plug 'rhysd/vim-clang-format' Plug 'derekwyatt/vim-fswitch' -Plug 'itchyny/lightline.vim' Plug 'altercation/vim-colors-solarized' Plug 'craigemery/vim-autotag' Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } @@ -59,9 +58,6 @@ set background=dark " line numbers set number -" always enable status line -set laststatus=2 - " faster saving set nofsync