aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-17 01:01:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-17 01:01:12 +1200
commit37ae33b03cb8f7a0ea591c56fae48c5bcb588704 (patch)
tree2ddd07cd9dd348fa4f251d4b83960e24cf75d30f /README.md
parentMerge branch 'release/v0.53.0' (diff)
parentRegenerate dotfiles(7) manual (diff)
downloaddotfiles-61f48c8ae56f826aa00574b492d04032e59ffba5.tar.gz (sig)
dotfiles-61f48c8ae56f826aa00574b492d04032e59ffba5.zip
Merge branch 'release/v0.54.0'v0.54.0
* release/v0.54.0: Regenerate dotfiles(7) manual Bump VERSION Add note about compiler scripts Arrange for tidiers to hold window position Update markdown_autoformat.vim Update surround.vim Completely overhaul after/ftplugin files Use short-circuit for no-mapping check Correct g:current_compiler setting Consistently require 'nocompatible' for ftplugins Upgrade insert_suspend_hlsearch.vim Use `function!` consistently in ftplugins Fix comments in vim/filetype.vim Set 'comments' blank by default Add Xresources filenames Add more names to Vim Bash types
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