aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index f145eb72..3758a009 100644
--- a/README.md
+++ b/README.md
@@ -353,8 +353,10 @@ structures like functions, I like to implement it as a plugin in
those in `~/.vim/doc`.
I also define a few rules specific to file types I often edit in
-`~/.vim/ftplugin`, including some local mappings for checking, linting, and
-tidying.
+`~/.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