From 4eb5ae90873c24fedf7374c4725748869e9f1418 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sat, 26 Aug 2017 23:05:33 -0700 Subject: [PATCH] More vim plugins. --- dotfiles/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/vimrc b/dotfiles/vimrc index 50ca7e3..7a559a4 100644 --- a/dotfiles/vimrc +++ b/dotfiles/vimrc @@ -8,6 +8,7 @@ if filereadable(glob("~/.vim/bundle/Vundle.vim/README.md")) call vundle#begin() Plugin 'gmarik/Vundle.vim' Plugin 'nvie/vim-flake8' + Plugin 'tell-k/vim-autopep8' Plugin 'tpope/vim-fugitive' Plugin 'mileszs/ack.vim' Plugin 'tpope/vim-unimpaired' @@ -18,6 +19,7 @@ if filereadable(glob("~/.vim/bundle/Vundle.vim/README.md")) Plugin 'altercation/vim-colors-solarized' Plugin 'vimoutliner/vimoutliner' Plugin 'PotatoesMaster/i3-vim-syntax' + Plugin 'Matt-Deacalion/vim-systemd-syntax' call vundle#end() endif