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

@ -12,7 +12,7 @@
cfg = config.vim.ui.noice;
tscfg = config.vim.treesitter;
defaultGrammars = with pkgs.vimPlugins.nvim-treesitter.builtGrammars; [vim regex lua bash markdown];
defaultGrammars = with pkgs.tree-sitter-grammars; [tree-sitter-vim tree-sitter-regex tree-sitter-lua tree-sitter-bash tree-sitter-markdown];
in {
config = mkIf cfg.enable {
vim = {