.vim/compiler/vale.vim@93b5d2db30bc
.vim/compiler/vale.vim
Mon, 26 Aug 2024 14:23:43 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 26 Aug 2024 14:23:43 -0500
- changeset 1177
- 93b5d2db30bc
- parent 659
-
f3e2c22ea809
- permissions
- -rw-r--r--
more gopls config. add inlay hint toggle
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