vim airline

This commit is contained in:
TheK4n 2021-12-21 16:57:28 +03:00
parent 4476c3fc21
commit e854c2a44d

View File

@ -65,10 +65,15 @@ nnoremap <C-l> :tabnext<CR>
" Plugins
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'preservim/nerdtree'
Plugin 'vim-airline/vim-airline'
call vundle#end()
filetype plugin indent on
" Python