aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-05 11:00:18 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-05 11:00:18 +1200
commit8c593979abc6400b1b00ccf425c41483ac03c74a (patch)
tree1ce84ed38ac9a709576afea459297c758591fbbb
parentCorrect 'softtabstop' test in indent/vim.vim (diff)
downloaddotfiles-8c593979abc6400b1b00ccf425c41483ac03c74a.tar.gz
dotfiles-8c593979abc6400b1b00ccf425c41483ac03c74a.zip
Future-proof README.md discussion of Vim plugins
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index 9792a162..6c88ad44 100644
--- a/README.md
+++ b/README.md
@@ -357,12 +357,8 @@ structures like functions, I like to implement it as a plugin in
`~/.vim/doc`.
They eventually get either discarded or spun off into their own repositories,
-added to this repository as submodules instead, and uploaded to
-[vim.org](https://www.vim.org/account/profile.php?user_id=73687).
-
-In the current version, there are no local plugins; everything's got its own
-repository. All plugins and colorschemes are available as submodules in
-`~/.vim/bundle`. They are installed into `~/.vim`.
+added to this repository as submodules under `vim/bundle` instead, and uploaded
+to [vim.org](https://www.vim.org/account/profile.php?user_id=73687).
I still use two third-party plugins: Tim Pope's
[repeat.vim](https://www.vim.org/scripts/script.php?script_id=2136) and