Update generated nvim config
This commit is contained in:
11
config/neovim/store/lazy-plugins/vimtex/compiler/lacheck.vim
Normal file
11
config/neovim/store/lazy-plugins/vimtex/compiler/lacheck.vim
Normal file
@ -0,0 +1,11 @@
|
||||
if exists('current_compiler') | finish | endif
|
||||
let current_compiler = 'lacheck'
|
||||
|
||||
let s:cpo_save = &cpo
|
||||
set cpo&vim
|
||||
|
||||
CompilerSet makeprg=lacheck\ %:S
|
||||
CompilerSet errorformat="%f",\ line\ %l:\ %m
|
||||
|
||||
let &cpo = s:cpo_save
|
||||
unlet s:cpo_save
|
||||
Reference in New Issue
Block a user