aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2011-04-12 19:13:00 +1200
committerTom Ryder <tom@sanctum.geek.nz>2011-04-12 19:13:00 +1200
commitb48582c5b874a4457803606ead082fe8c27012b0 (patch)
tree2f380fb81be217fcb8c130ea37aaa1d4f8936f9c /vim/vimrc
parentA couple more handy screen settings. (diff)
downloaddotfiles-b48582c5b874a4457803606ead082fe8c27012b0.tar.gz
dotfiles-b48582c5b874a4457803606ead082fe8c27012b0.zip
OK, you convinced me, I'm using Pathogen now.
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index c4639677..795e2917 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1,3 +1,9 @@
+" Plugins
+if exists("g:loaded_pathogen")
+ call pathogen#runtime_append_all_bundles()
+ call pathogen#helptags()
+endif
+
" Colors
if has("syntax") && ((&t_Co > 15) || has("gui_running"))
set background=dark