mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-07 10:51:36 +00:00
fuzzy all other incorrect references
This commit is contained in:
parent
28c5ad837b
commit
28a7d3952e
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue