aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-17 00:58:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-17 00:58:32 +1200
commit6ddd1d068871ee0f5c45ae888fefbdb1ac5491de (patch)
treeb805ecd8861abf9b069d554eeb0b7ccdb5ca28c0 /README.md
parentArrange for tidiers to hold window position (diff)
downloaddotfiles-6ddd1d068871ee0f5c45ae888fefbdb1ac5491de.tar.gz
dotfiles-6ddd1d068871ee0f5c45ae888fefbdb1ac5491de.zip
Add note about compiler scripts
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 447e7db2..b8f2f801 100644
--- a/README.md
+++ b/README.md
@@ -378,6 +378,14 @@ tweaks to core syntax files in `~/.vim/after/syntax`, especially for shell
script (`sh.vim`). Some of these filetype plugins are also due to be separately
distributed and installed via submodules instead.
+#### Compilers
+
+I define a few of my own `:compiler` scripts for `~/.vim/compiler`, for use for
+checking and linting of appropriate filetypes. Because checking (does it work?)
+and linting (is it well-written?) are separate processes for me, I bind them
+separately with local leader maps; for example, `_c` runs a `perl -c` syntax
+check of Perl scripts, and `_l` runs a Perl::Critic check.
+
#### Neovim
I test my configuration every now and then with the [Neovim