aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2020-09-23 13:39:36 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2020-09-23 13:39:36 +0200
commita3120529521d642d00f688ec4911326a90009c0a (patch)
treee29aed8bcd1823a48073113d2737f6974262dbaf /vim/vimrc
parent7fdbf6d86aa768799f715539065e1ebc31a16be2 (diff)
Remove old pathogen call
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 3941f22..e32618b 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -153,6 +153,3 @@ map <Leader>R :CtrlPClearCache<CR>
" Color Column
set colorcolumn=81
-
-" Add Pathogen
-call pathogen#infect()