From 6ddd1d068871ee0f5c45ae888fefbdb1ac5491de Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 17 Jun 2018 00:58:32 +1200 Subject: Add note about compiler scripts --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3