.vim/compiler/vale.vim@21950cadff6b
.vim/compiler/vale.vim
Mon, 13 Feb 2023 02:20:08 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 13 Feb 2023 02:20:08 -0600
- changeset 1015
- 21950cadff6b
- parent 659
-
f3e2c22ea809
- permissions
- -rw-r--r--
Ongoing nvim config
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