From 93b8600d0c2dbb5c0d256f5f768efc51b798be7a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 4 Nov 2017 18:42:17 +1300 Subject: Add heading for Vim plugins subsection --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3