Changes
1 changed files (+0/-19)
-
-
@@ -85,17 +85,6 @@ in} ); type = "viml"; # Either nvim, Nix, or nvim-treesitter does bad job at runtime path resolving. # So it includes nvim-treesitter's **hard-coded** query directory and registers # that directory before this custom grammar plugin. Because of this incorrect # runtimepath order, nvim-treesitter uses parser from the above grammar but reads # its forcibly included query. # As ~/.config/nvim is special directory and cannot "win" in load order, an # another directory is needed. config = '' set rtp^=~/.config/nvim-treesitter-overrides ''; } { plugin = nvim-treesitter.withPlugins (_: allGrammars);
-
@@ -108,13 +97,5 @@ in]; }; }; xdg.configFile."nvim-treesitter-overrides/queries/vala/highlights.scm" = { source = tsVala + "/queries/highlights.scm"; }; xdg.configFile."nvim-treesitter-overrides/queries/vala/locals.scm" = { source = tsVala + "/queries/locals.scm"; }; }; }
-