From 6e711e987e466074e97fe5f8f1380587168cf9f2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 26 Aug 2018 17:39:36 +1200 Subject: Update/correct section on local leader maps --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 93005f1c..80f0cb1d 100644 --- a/README.md +++ b/README.md @@ -380,10 +380,10 @@ 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. +checking and linting of appropriate filetypes. Because checking (does it +compile?) and linting (is it correct and well-written?) are separate processes +for me, I bind them separately with local leader maps; for example, for `perl` +filetypes, `,c` switches `makprg` to `perl -c`, and `,l` to `perlcritic`. #### Neovim -- cgit v1.2.3