mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-07 10:51:36 +00:00
nvim-lint: added required files support
This commit is contained in:
parent
ed31499ad6
commit
a436aca603
6 changed files with 71 additions and 68 deletions
|
@ -69,6 +69,13 @@
|
|||
default = null;
|
||||
description = "Parser function";
|
||||
};
|
||||
|
||||
required_files = mkOption {
|
||||
type = nullOr (listOf str);
|
||||
default = null;
|
||||
description = "Required files to lint";
|
||||
example = ["eslint.config.js"];
|
||||
};
|
||||
};
|
||||
};
|
||||
in {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue