neovim: ship the *wrapped* version of tree-sitter-nix-shell

hopefully this will fix syntax highlighting
This commit is contained in:
2025-03-16 00:39:41 +00:00
parent a5d36ca633
commit b488eeaf1d

View File

@@ -193,7 +193,7 @@ with pkgs.vimPlugins;
# XXX: this is apparently not enough to enable syntax highlighting!
# nvim-treesitter ships its own queries which may be distinct from e.g. helix.
# the queries aren't included when i ship the grammar in this manner
pkgs.tree-sitter-nix-shell
pkgs.tree-sitter-nix-shell.nvimPlugin
]);
type = "lua";
config = ''