dotfiles

Author: Kyle Fuller <inbox@kylefuller.co.uk> 2014-04-26 13:09:14 +0100 +0100
Committer: Kyle Fuller <inbox@kylefuller.co.uk> 2014-04-26 13:09:14 +0100 +0100
Commit: 9d147d8e5d9a83fe0b9ce5da4870633f43364e0b
Parent: 120530fdea4ddd3d93071c7d3f0667b693295981


[vim] Install apiblueprint plugin
diff --git a/.vimrc b/.vimrc
index c6a16705e9ad7eed7707dd2a1dc0c2d661014075..1084019ad313fa4636c98e77eb8b9afd801af094 100644
--- a/.vimrc
+++ b/.vimrc
@@ -6,6 +6,7 @@ call vundle#rc()
 
 Bundle "dag/vim-fish"
 Bundle "scrooloose/syntastic"
+Bundle "kylef/apiblueprint.vim"
 
 call pathogen#runtime_append_all_bundles()
 call pathogen#helptags()