aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-05-31 18:17:25 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-05-31 18:17:25 +1200
commit98b681e69e17a8011c1bfbef2ba74315e9c1174e (patch)
tree934685d88af8a47075e81925ee98456e61dcafae /README.md
parentMerge branch 'release/v0.36.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-98b681e69e17a8011c1bfbef2ba74315e9c1174e.tar.gz
dotfiles-98b681e69e17a8011c1bfbef2ba74315e9c1174e.zip
Merge branch 'release/v0.37.0'v0.37.0
* release/v0.37.0: Bump VERSION Rebuild dotfiles(7) manual from source Update README.md to reflect Vim plugin state Spin off command_typos Vim plugin Spin off big_file_options Vim plugin Update Vim plugins Spin off strip_trailing_whitespace Vim plugin Spin off mail_mutt Vim plugin Spin off copy_linebreak Vim plugin Junk detect_background.vim and thereby autoload
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/README.md b/README.md
index abf6f6de..e470b17a 100644
--- a/README.md
+++ b/README.md
@@ -351,10 +351,15 @@ structures like functions, I like to implement it as a plugin in
`~/.vim/plugin` and/or `~/.vim/autoload`. There's documentation for each of
those in `~/.vim/doc`.
-Any/all of those plugins may eventually be spun off into their own repositories
-in the future, but for the moment they live here. You can create distribution
-packages for them with `make dist-vim-plugin`; they will be created in
-`vim/dist`.
+They eventually get either discarded or spun off into their own repositories,
+added to this repository as submodules intead, and uploaded to
+[vim.org](https://www.vim.org/account/profile.php?user_id=73687).
+
+You can create distribution packages for whatever's still in here with `make
+dist-vim-plugin`; they will be created in `vim/dist`.
+
+All plugins and colorschemes with their own repositories are installed as
+submodules in `~/.vim/bundle`. They are installed into `~/.vim` as normal.
I also define a few rules specific to file types I often edit in
`~/.vim/after/ftplugin`, including some local mappings for checking, linting,
@@ -362,9 +367,6 @@ 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`. They are installed
-into `~/.vim` as normal.
-
#### Neovim
I test my configuration every now and then with the [Neovim