aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-04 18:42:17 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-04 18:42:17 +1300
commit93b8600d0c2dbb5c0d256f5f768efc51b798be7a (patch)
tree9c3f46ebfd9acb42c11a6d04ec0d2c2ffa13b679 /README.md
parentUpdate README to mention Vim plugins (diff)
downloaddotfiles-93b8600d0c2dbb5c0d256f5f768efc51b798be7a.tar.gz
dotfiles-93b8600d0c2dbb5c0d256f5f768efc51b798be7a.zip
Add heading for Vim plugins subsection
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index b30bf8f7..bc84d378 100644
--- a/README.md
+++ b/README.md
@@ -343,6 +343,8 @@ 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
+
If the logic for doing something involves more than a few lines or any
structures like functions, I like to implement it as a plugin in
`~/.vim/plugin` and/or `~/.vim/autoload`. There's documentation for each of