aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-15 11:27:02 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-15 11:27:02 +1300
commit8232de719d878e2cbd1ba4091fd06c0d99250561 (patch)
tree7eefc9968951079aaf456bdab4449a39482e3a2a
parentAdd Makefile targets for Vim plugin dists (diff)
downloaddotfiles-8232de719d878e2cbd1ba4091fd06c0d99250561.tar.gz
dotfiles-8232de719d878e2cbd1ba4091fd06c0d99250561.zip
Mention the Vim plugin dist target in README.md
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3758a009..17d1afb3 100644
--- a/README.md
+++ b/README.md
@@ -352,16 +352,17 @@ 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`.
+
I also define a few rules specific to file types I often edit in
`~/.vim/after/ftplugin`, including some local mappings for checking, linting,
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`).
-Any/all of the plugins may eventually be spun off into their own repositories
-in the future, but for the moment they live here. Contact me if you find one of
-them useful and you'd like to see it in its own distribution.
-
Third-party plugins are in submodules in `~/.vim/bundle`, loaded using Tim
Pope's [pathogen.vim](https://github.com/tpope/vim-pathogen).