aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-07-18 20:05:41 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-07-18 20:05:41 -0300
commitbaa7dfb55467fda8bad8cfa309c1523bf67c9b2b (patch)
treec65c7bfece84ed07a15ec6f9b154ba1870ce14f3
parentb80beeab016aeb69b961ced7d7b43c5b9d0c53a8 (diff)
downloadvim-baa7dfb55467fda8bad8cfa309c1523bf67c9b2b.tar.gz
vim-baa7dfb55467fda8bad8cfa309c1523bf67c9b2b.tar.bz2
Feat: cleanup reference to pathogen
-rw-r--r--vimrc.dot.link4
1 files changed, 0 insertions, 4 deletions
diff --git a/vimrc.dot.link b/vimrc.dot.link
index b823500..4939024 100644
--- a/vimrc.dot.link
+++ b/vimrc.dot.link
@@ -91,10 +91,6 @@ if has("autocmd")
augroup END
endif
-" Pathogen - https://github.com/tpope/vim-pathogen
-" We're not using VIM 8+ package manager
-"call pathogen#infect()
-
" Syntax highlight
syntax on