summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-07-16 15:08:45 +0200
committerFlorian Pritz <bluewind@xinu.at>2013-07-16 15:08:45 +0200
commit92a10e3588d10eb4f1bf7d3666f039fcfff57d8c (patch)
tree291781e0afc1c7ebb5a72ebd562ddd19611a2671 /.vimrc
parent7a7c261999781adbf9bba0d36725208f53489484 (diff)
downloaddotfiles-92a10e3588d10eb4f1bf7d3666f039fcfff57d8c.tar.gz
dotfiles-92a10e3588d10eb4f1bf7d3666f039fcfff57d8c.tar.xz
vim: some new modules and updates
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 9bdb7f8..db94f9c 100644
--- a/.vimrc
+++ b/.vimrc
@@ -52,6 +52,9 @@ call vundle#rc()
Bundle 'scrooloose/syntastic'
Bundle 'Valloric/YouCompleteMe'
Bundle 'SirVer/ultisnips'
+Bundle 'tpope/vim-unimpaired'
+Bundle 'tpope/vim-fugitive'
+Bundle 'tpope/vim-repeat'
filetype plugin indent on