aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-26 17:39:36 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-26 17:39:36 +1200
commit6e711e987e466074e97fe5f8f1380587168cf9f2 (patch)
tree407c7b91391043055ca3509076fe23ed7b2388cc /README.md
parentAdd another blank line (diff)
downloaddotfiles-6e711e987e466074e97fe5f8f1380587168cf9f2.tar.gz
dotfiles-6e711e987e466074e97fe5f8f1380587168cf9f2.zip
Update/correct section on local leader maps
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files 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