diff --git a/.gitmodules b/.gitmodules index 25ea34e..0d1a51b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -63,9 +63,6 @@ [submodule "vim-files/.vim/bundle/rainbow_parentheses"] path = vim-files/.vim/bundle/rainbow_parentheses url = https://github.com/kien/rainbow_parentheses.vim.git -[submodule "misc-files/powerline"] - path = misc-files/powerline - url = https://github.com/Lokaltog/powerline.git [submodule "vim-files/.vim/bundle/jedi-vim"] path = vim-files/.vim/bundle/jedi-vim url = https://github.com/davidhalter/jedi-vim.git diff --git a/misc-files/powerline b/misc-files/powerline deleted file mode 160000 index 70a94ee..0000000 --- a/misc-files/powerline +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 70a94ee7d39a0958a06436aaeba05bd830830cc8 diff --git a/vim-files/vim/bundle/vundle b/vim-files/vim/bundle/vundle index 0ee36b2..5f70ae6 160000 --- a/vim-files/vim/bundle/vundle +++ b/vim-files/vim/bundle/vundle @@ -1 +1 @@ -Subproject commit 0ee36b26e127cda512a8f2852a59e5a5f374c87f +Subproject commit 5f70ae6025e951f0154e3940d123138adffa4c88 diff --git a/vim-files/vimrc b/vim-files/vimrc index 4b03454..249776c 100644 --- a/vim-files/vimrc +++ b/vim-files/vimrc @@ -12,6 +12,7 @@ call vundle#rc() " let Vundle manage Vundle, required Plugin 'gmarik/vundle' +Plugin 'bling/vim-airline' Plugin 'tpope/vim-endwise' Plugin 'danro/rename.vim' Plugin 'pbrisbin/vim-mkdir' @@ -48,9 +49,6 @@ filetype plugin indent on " required """ end vundle """" PLUGIN SETTINGS - -" Powerline! -set rtp+=~/dotfiles/misc-files/powerline/powerline/bindings/vim " """ Easymotion map / (easymotion-sn) @@ -95,7 +93,6 @@ set t_Co=256 if &term =~ 'xterm-color' set t_ut= endif -let g:Powerline_symbols = 'fancy' set nocompatible set laststatus=2