.vim/compiler/vale.vim@fe77c5eed375
.vim/compiler/vale.vim
Thu, 10 Aug 2023 02:32:37 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 10 Aug 2023 02:32:37 -0500
- changeset 1126
- fe77c5eed375
- parent 659
-
f3e2c22ea809
- permissions
- -rw-r--r--
Add autopairs with cr-only behavior, switch to treesitter-endwise
if exists("current_compiler")
finish
endif
let current_compiler = "vale"
if exists(":CompilerSet") != 2
command -nargs=* CompilerSet setlocal <args>
endif
let s:savecpo = &cpo
set cpo&vim
CompilerSet makeprg=vale\ --output=line\ %
let &cpo = s:savecpo
unlet s:savecpo