fuzzy all other incorrect references

This commit is contained in:
BarryLabs 2025-06-12 21:32:42 -04:00
commit 28a7d3952e
3 changed files with 3 additions and 3 deletions

View file

@ -164,7 +164,7 @@ in {
package = mkOption {
description = "Python treesitter grammar to use";
type = package;
default = pkgs.vimPlugins.nvim-treesitter.builtGrammars.python;
default = pkgs.tree-sitter-grammars.tree-sitter-python;
};
};

View file

@ -74,7 +74,7 @@ in {
package = mkOption {
description = "SQL treesitter grammar to use";
type = package;
default = pkgs.vimPlugins.nvim-treesitter.builtGrammars.sql;
default = pkgs.tree-sitter-grammars.tree-sitter-sql;
};
};