diff --git a/vimplugins b/vimplugins index 28a34e0..1e98d30 100644 --- a/vimplugins +++ b/vimplugins @@ -5,10 +5,12 @@ install plugins https://github.com/preservim/nerdtree.git install plugins https://github.com/Xuyuanp/nerdtree-git-plugin.git install plugins https://github.com/jistr/vim-nerdtree-tabs.git install plugins https://github.com/tpope/vim-fugitive.git -remove plugins https://github.com/Lokaltog/powerline.git install plugins https://github.com/rakr/vim-togglebg.git install plugins https://github.com/ConradIrwin/vim-bracketed-paste.git install plugins https://github.com/tmhedberg/SimpylFold.git install plugins https://github.com/vim-syntastic/syntastic.git install plugins https://github.com/ctrlpvim/ctrlp.vim.git install plugins https://github.com/vim-airline/vim-airline.git +install plugins https://github.com/vim-airline/vim-airline-themes.git +install plugins https://github.com/junegunn/fzf.vim.git +remove plugins https://github.com/Lokaltog/powerline.git diff --git a/vimrc b/vimrc index 9e4cd00..76af34d 100644 --- a/vimrc +++ b/vimrc @@ -9,7 +9,6 @@ set nocompatible " required filetype off " required -let g:NERDTreeDirArrows = 1 "if !empty($MYSHELLCONFIG_VIM_PLUGINS) " let pluginrepopath=$MYSHELLCONFIG_VIM_PLUGINS . '/' @@ -416,6 +415,7 @@ command W :execute ':silent w !sudo tee % > /dev/null' | :edit! let python_highlight_all=1 syntax on +let g:NERDTreeDirArrows = 1 let NERDTreeIgnore=['\.pyc$', '\~$'] "ignore files in NERDTree @@ -512,3 +512,9 @@ noremap :tabprevious noremap :tabnext noremap :execute 'silent! tabmove' . (tabpagenr()-2) noremap :execute 'silent! tabmove' . (tabpagenr()+1) + + +" Configure Plugin airline +let g:airline_powerline_fonts=1 +let g:airline#extensions#tabline#enabled = 1 +let g:airline_theme='angr'