mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-05 19:35:51 +00:00
Merge branch 'main' into main
This commit is contained in:
commit
7267cf3570
40 changed files with 1044 additions and 591 deletions
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
mkGrammarOption = pkgs: grammar:
|
||||
mkPackageOption pkgs ["${grammar} treesitter"] {
|
||||
default = ["vimPlugins" "nvim-treesitter" "builtGrammars" grammar];
|
||||
default = ["vimPlugins" "nvim-treesitter" "grammarPlugins" grammar];
|
||||
};
|
||||
in {
|
||||
inherit diagnostics diagnosticSubmodule mkGrammarOption;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue