Neovim: Update chktex linter args
This commit is contained in:
@ -784,6 +784,19 @@ in {
|
|||||||
for k, v in pairs(opts) do
|
for k, v in pairs(opts) do
|
||||||
lint[k] = v
|
lint[k] = v
|
||||||
end
|
end
|
||||||
|
|
||||||
|
local chktex = lint.linters.chktex
|
||||||
|
chktex.args = {
|
||||||
|
'-v0',
|
||||||
|
'-I0',
|
||||||
|
'-n3', -- Enclose previous parenthesis with {}
|
||||||
|
-- '-n8', -- Wrong length of dash may have been used
|
||||||
|
-- '-n24', -- Delete this space to maintain correct page references
|
||||||
|
'-s',
|
||||||
|
':',
|
||||||
|
'-f',
|
||||||
|
'%l%b%c%b%d%b%k%b%n%b%m%b%b%b'
|
||||||
|
}
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
opts = {
|
opts = {
|
||||||
|
Reference in New Issue
Block a user