Switched from airline to lightline and modified vimrc to hide showmode
This commit is contained in:
@@ -8,6 +8,8 @@ set nu
|
||||
set laststatus=2
|
||||
set hidden
|
||||
set incsearch
|
||||
" hide showmode because its in statusline
|
||||
set noshowmode
|
||||
|
||||
" Indent settings - this is for PEP8 compatibility
|
||||
set expandtab
|
||||
@@ -76,8 +78,9 @@ Plugin 'scrooloose/syntastic'
|
||||
" PEP8 checking plugin
|
||||
Plugin 'nvie/vim-flake8'
|
||||
"Plugin 'Lokaltog/powerline', {'rtp': 'powerline/bindings/vim/'}
|
||||
Plugin 'vim-airline/vim-airline'
|
||||
Plugin 'vim-airline/vim-airline-themes'
|
||||
"Plugin 'vim-airline/vim-airline'
|
||||
"Plugin 'vim-airline/vim-airline-themes'
|
||||
Plugin 'itchyny/lightline.vim'
|
||||
"Plugin 'klen/python-mode'
|
||||
Plugin 'itchyny/calendar.vim'
|
||||
Plugin 'davidhalter/jedi-vim'
|
||||
|
||||
Reference in New Issue
Block a user