summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlliver Schinagl <oliver@schinagl.nl>2016-02-24 08:34:04 (GMT)
committerOlliver Schinagl <oliver@schinagl.nl>2017-04-18 08:06:12 (GMT)
commit3b5127f5770e8e75b7b79d3e8b372a1cd409319c (patch)
tree9c664203166ba23e4699bae1dbc2a44f7503242b
parentbcb0a3170fdbb09fcceb46c2931d38b919f42fdb (diff)
downloaddotfiles-3b5127f5770e8e75b7b79d3e8b372a1cd409319c.zip
dotfiles-3b5127f5770e8e75b7b79d3e8b372a1cd409319c.tar.gz
dotfiles-3b5127f5770e8e75b7b79d3e8b372a1cd409319c.tar.bz2
vim-addon-manager: Install (and enable in vimrc) pathogen
l---------.vim/autoload/pathogen.vim1
-rw-r--r--.vimrc3
2 files changed, 4 insertions, 0 deletions
diff --git a/.vim/autoload/pathogen.vim b/.vim/autoload/pathogen.vim
new file mode 120000
index 0000000..aa9233f
--- /dev/null
+++ b/.vim/autoload/pathogen.vim
@@ -0,0 +1 @@
+/usr/share/vim/addons/autoload/pathogen.vim \ No newline at end of file
diff --git a/.vimrc b/.vimrc
index b8fb2b3..54aaa65 100644
--- a/.vimrc
+++ b/.vimrc
@@ -3,6 +3,9 @@ if v:progname =~? "evim"
finish
endif
+" Enable pathogen
+execute pathogen#infect()
+
" Use Vim settings, rather than Vi settings (much better!).
" This must be first, because it changes other options as a side effect.
set nocompatible