aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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