diff --git a/.gitmodules b/.gitmodules index e5cc132..9a99b15 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,30 +4,27 @@ [submodule "vim/bundle/vim-airline"] path = vim/bundle/vim-airline url = https://github.com/vim-airline/vim-airline.git -[submodule "vim/bundle/nerdtree"] - path = vim/bundle/nerdtree - url = https://github.com/scrooloose/nerdtree.git [submodule "vim/bundle/vim-bad-whitespace"] path = vim/bundle/vim-bad-whitespace url = https://github.com/bitc/vim-bad-whitespace -[submodule "vim/bundle/vim-airline-themes"] - path = vim/bundle/vim-airline-themes - url = https://github.com/vim-airline/vim-airline-themes -[submodule "vim/bundle/vim-snippets"] - path = vim/bundle/vim-snippets - url = https://github.com/honza/vim-snippets.git -[submodule "vim/bundle/tlib_vim"] - path = vim/bundle/tlib_vim - url = https://github.com/tomtom/tlib_vim.git -[submodule "vim/bundle/vim-addon-mw-utils"] - path = vim/bundle/vim-addon-mw-utils - url = https://github.com/MarcWeber/vim-addon-mw-utils.git -[submodule "vim/bundle/vim-snipmate"] - path = vim/bundle/vim-snipmate - url = https://github.com/garbas/vim-snipmate.git [submodule "vim/bundle/tabular"] path = vim/bundle/tabular url = https://github.com/godlygeek/tabular.git [submodule "vim/bundle/ctrlp.vim"] path = vim/bundle/ctrlp.vim url = https://github.com/ctrlpvim/ctrlp.vim.git +[submodule "vim/bundle/vim-snippets"] + path = vim/bundle/vim-snippets + url = https://github.com/honza/vim-snippets.git +[submodule "vim/bundle/vim-airline-themes"] + path = vim/bundle/vim-airline-themes + url = https://github.com/vim-airline/vim-airline-themes.git +[submodule "vim/bundle/vim-snipmate"] + path = vim/bundle/vim-snipmate + url = https://github.com/garbas/vim-snipmate.git +[submodule "vim/bundle/vim-addon-mw-utils"] + path = vim/bundle/vim-addon-mw-utils + url = https://github.com/MarcWeber/vim-addon-mw-utils.git +[submodule "vim/bundle/tlib_vim"] + path = vim/bundle/tlib_vim + url = https://github.com/tomtom/tlib_vim.git diff --git a/vim/bundle/nerdtree b/vim/bundle/nerdtree deleted file mode 160000 index 15445be..0000000 --- a/vim/bundle/nerdtree +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 15445be5fb2559829ac7a1f05af5d713586e8ec9 diff --git a/vim/bundle/vim-airline-themes b/vim/bundle/vim-airline-themes index 13bad30..7964787 160000 --- a/vim/bundle/vim-airline-themes +++ b/vim/bundle/vim-airline-themes @@ -1 +1 @@ -Subproject commit 13bad30d4ee3892cae755c83433ee85fbc96d028 +Subproject commit 796478723c01a275269b96f63ee5cd5b44a342f4 diff --git a/vim/rcfiles/vimrc b/vim/rcfiles/vimrc index 4eec6ed..02fae99 100644 --- a/vim/rcfiles/vimrc +++ b/vim/rcfiles/vimrc @@ -57,13 +57,9 @@ au BufRead,BufNewFile *.pp \ set filetype=puppet filetype plugin indent on -exec "set listchars=tab:\uBB\uBB,trail:\uB7,nbsp:~" -set list - - +let g:airline_theme = 'powerlineish' let g:airline#extensions#tabline#enabled = 1 let g:airline_powerline_fonts = 1 -let g:airline_theme='powerlineish' let g:airline#extensions#tabline#left_sep = '' let g:airline#extensions#tabline#left_alt_sep = '' let g:airline#extensions#tabline#right_sep = ''