aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-04 01:02:06 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-04 01:02:06 +1300
commit0f5fb5ec1b50a52e245ef0d1b46550091f222c31 (patch)
tree94d6ce9b81493e5567adedcc7910879a9d2da9bc /README.md
parentAdd lint mapping for Vimscript (diff)
downloaddotfiles-0f5fb5ec1b50a52e245ef0d1b46550091f222c31.tar.gz
dotfiles-0f5fb5ec1b50a52e245ef0d1b46550091f222c31.zip
Update documentation to reflect ftplugin changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 028a42fa..c3ffbf44 100644
--- a/README.md
+++ b/README.md
@@ -342,8 +342,12 @@ The configuration is broken into subfiles in `~/.vim/config/*.vim`, included by
extensively commented, mostly because I was reading through it one day and
realised I'd forgotten what half of it did.
-Plugins are in submodules in `~/.vim/bundle`, loaded using Tim Pope's
-[pathogen.vim](https://github.com/tpope/vim-pathogen).
+I define a few custom per-filetype rules for stuff I often edit in
+`~/.vim/ftplugin`, including some local mappings for checking, linting, and
+tidying.
+
+Third-party plugins are in submodules in `~/.vim/bundle`, loaded using Tim
+Pope's [pathogen.vim](https://github.com/tpope/vim-pathogen).
Scripts
-------