Removed lightline

main
Michael Mandl 2019-10-20 22:00:50 +02:00
parent 2ca163d51d
commit 16408d532f
1 changed files with 0 additions and 4 deletions

View File

@ -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