mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-12 21:47:47 +00:00
treewide: revert back to builtGrammars from grammarPlugins
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I5c24036a40ec6f2cc8bd85a1cc8e2db06a6a6964
This commit is contained in:
parent
b75bd3b8a8
commit
8692d195c4
5 changed files with 7 additions and 7 deletions
|
|
@ -66,7 +66,7 @@ in {
|
|||
|
||||
package = mkOption {
|
||||
type = package;
|
||||
default = pkgs.vimPlugins.nvim-treesitter.grammarPlugins.sql;
|
||||
default = pkgs.vimPlugins.nvim-treesitter.builtGrammars.sql;
|
||||
description = "SQL treesitter grammar to use";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue