mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-03-15 21:26:03 +00:00
lib/languages: set nullable inside mkGrammarOption
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I4df9d1d28b342efa02198ebd1ea2114d6a6a6964
This commit is contained in:
parent
c56ec752ba
commit
11933c5538
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@
|
|||
mkGrammarOption = pkgs: grammar:
|
||||
mkPackageOption pkgs ["${grammar} treesitter"] {
|
||||
default = ["vimPlugins" "nvim-treesitter" "grammarPlugins" grammar];
|
||||
nullable = true;
|
||||
};
|
||||
in {
|
||||
inherit diagnostics diagnosticSubmodule mkGrammarOption;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue