From 3e2740fe832372eecc2394057c7551b040c0ce65 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 23 Jan 2018 14:58:52 +1300 Subject: Remove Pathogen from Vim setup Given that all of this is installed rather than symbolically linked, there's not really any harm following the old mixed ~/.vim layout for plugins. It's one less dependency and it makes the setup quite a bit less complicated. --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 8039bbad..33154748 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,9 +10,6 @@ [submodule "vim/bundle/lion"] path = vim/bundle/lion url = https://sanctum.geek.nz/clone/vim-lion.git -[submodule "vim/bundle/pathogen"] - path = vim/bundle/pathogen - url = https://sanctum.geek.nz/clone/vim-pathogen.git [submodule "vim/bundle/repeat"] path = vim/bundle/repeat url = https://sanctum.geek.nz/clone/vim-repeat.git -- cgit v1.2.3