From 846707753a6418b9b456d00744a6c0527326090d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 12 Nov 2017 20:47:59 +1300 Subject: Mention Vim restructuring in README --- README.md | 6 ++++-- 1 file 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 -- cgit v1.2.3