mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 18:31:35 +00:00
docs: update vim.diagnostics.nvim-lint.*.required_files description
This commit is contained in:
parent
fd7c559ded
commit
05954eec6d
1 changed files with 7 additions and 0 deletions
|
@ -78,6 +78,13 @@
|
||||||
description = ''
|
description = ''
|
||||||
Required files to lint. These files must exist relative to the cwd
|
Required files to lint. These files must exist relative to the cwd
|
||||||
of the linter or else this linter will be skipped
|
of the linter or else this linter will be skipped
|
||||||
|
|
||||||
|
::: {.note}
|
||||||
|
This option is an nvf extension that only takes effect if you
|
||||||
|
use the `nvf_lint()` lua function.
|
||||||
|
|
||||||
|
See {option}`vim.diagnostics.nvim-lint.lint_function`.
|
||||||
|
:::
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue