lib/languages: set nullable inside mkGrammarOption

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I4df9d1d28b342efa02198ebd1ea2114d6a6a6964
This commit is contained in:
raf 2026-03-12 10:15:13 +03:00
commit 11933c5538
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -31,6 +31,7 @@
mkGrammarOption = pkgs: grammar:
mkPackageOption pkgs ["${grammar} treesitter"] {
default = ["vimPlugins" "nvim-treesitter" "grammarPlugins" grammar];
nullable = true;
};
in {
inherit diagnostics diagnosticSubmodule mkGrammarOption;