vim airline
This commit is contained in:
parent
4476c3fc21
commit
e854c2a44d
@ -65,10 +65,15 @@ nnoremap <C-l> :tabnext<CR>
|
|||||||
|
|
||||||
" Plugins
|
" Plugins
|
||||||
set rtp+=~/.vim/bundle/Vundle.vim
|
set rtp+=~/.vim/bundle/Vundle.vim
|
||||||
|
|
||||||
call vundle#begin()
|
call vundle#begin()
|
||||||
|
|
||||||
Plugin 'VundleVim/Vundle.vim'
|
Plugin 'VundleVim/Vundle.vim'
|
||||||
Plugin 'preservim/nerdtree'
|
Plugin 'preservim/nerdtree'
|
||||||
|
Plugin 'vim-airline/vim-airline'
|
||||||
|
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
|
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|
||||||
" Python
|
" Python
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user