More vim plugins.

This commit is contained in:
David Tomaschik
2017-08-26 23:05:33 -07:00
parent 44b2f55b1f
commit 4eb5ae9087

View File

@@ -8,6 +8,7 @@ if filereadable(glob("~/.vim/bundle/Vundle.vim/README.md"))
call vundle#begin() call vundle#begin()
Plugin 'gmarik/Vundle.vim' Plugin 'gmarik/Vundle.vim'
Plugin 'nvie/vim-flake8' Plugin 'nvie/vim-flake8'
Plugin 'tell-k/vim-autopep8'
Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-fugitive'
Plugin 'mileszs/ack.vim' Plugin 'mileszs/ack.vim'
Plugin 'tpope/vim-unimpaired' Plugin 'tpope/vim-unimpaired'
@@ -18,6 +19,7 @@ if filereadable(glob("~/.vim/bundle/Vundle.vim/README.md"))
Plugin 'altercation/vim-colors-solarized' Plugin 'altercation/vim-colors-solarized'
Plugin 'vimoutliner/vimoutliner' Plugin 'vimoutliner/vimoutliner'
Plugin 'PotatoesMaster/i3-vim-syntax' Plugin 'PotatoesMaster/i3-vim-syntax'
Plugin 'Matt-Deacalion/vim-systemd-syntax'
call vundle#end() call vundle#end()
endif endif