aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-01-23 14:58:52 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-01-23 14:58:52 +1300
commit3e2740fe832372eecc2394057c7551b040c0ce65 (patch)
treeec9bad735ec5e5d73e69fc9223135f3eb8ece3a5 /README.md
parentMerge branch 'release/v0.25.0' into develop (diff)
downloaddotfiles-3e2740fe832372eecc2394057c7551b040c0ce65.tar.gz
dotfiles-3e2740fe832372eecc2394057c7551b040c0ce65.zip
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e8b67350..5109afdb 100644
--- a/README.md
+++ b/README.md
@@ -361,8 +361,8 @@ and tidying, and a few more in `~/.vim/after/indent`. There are also a few
tweaks to core syntax files in `~/.vim/after/syntax`, especially for shell
script (`sh.vim`).
-Third-party plugins are in submodules in `~/.vim/bundle`, loaded using Tim
-Pope's [pathogen.vim](https://github.com/tpope/vim-pathogen).
+Third-party plugins are in submodules in `~/.vim/bundle`. They are installed
+into `~/.vim` as normal.
Scripts
-------