Removed lightline
This commit is contained in:
parent
2ca163d51d
commit
16408d532f
1 changed files with 0 additions and 4 deletions
|
@ -27,7 +27,6 @@ Plug 'Shougo/vimproc.vim', {'do' : 'make'}
|
||||||
|
|
||||||
Plug 'rhysd/vim-clang-format'
|
Plug 'rhysd/vim-clang-format'
|
||||||
Plug 'derekwyatt/vim-fswitch'
|
Plug 'derekwyatt/vim-fswitch'
|
||||||
Plug 'itchyny/lightline.vim'
|
|
||||||
Plug 'altercation/vim-colors-solarized'
|
Plug 'altercation/vim-colors-solarized'
|
||||||
Plug 'craigemery/vim-autotag'
|
Plug 'craigemery/vim-autotag'
|
||||||
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
|
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
|
||||||
|
@ -59,9 +58,6 @@ set background=dark
|
||||||
" line numbers
|
" line numbers
|
||||||
set number
|
set number
|
||||||
|
|
||||||
" always enable status line
|
|
||||||
set laststatus=2
|
|
||||||
|
|
||||||
" faster saving
|
" faster saving
|
||||||
set nofsync
|
set nofsync
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue