From 3b5127f5770e8e75b7b79d3e8b372a1cd409319c Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Wed, 24 Feb 2016 09:34:04 +0100 Subject: vim-addon-manager: Install (and enable in vimrc) pathogen --- .vim/autoload/pathogen.vim | 1 + .vimrc | 3 +++ 2 files changed, 4 insertions(+) create mode 120000 .vim/autoload/pathogen.vim 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 -- cgit v0.12