From 26f96a9ca33bc39db2290075a69341fa77ba293f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Fri, 30 Oct 2020 01:46:33 +0100 Subject: [PATCH] add more submodules vim-plugins --- vimplugins | 4 +++- vimrc | 8 +++++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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'