From b488eeaf1df49a8242d90ec76dbb43629f7394ec Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 16 Mar 2025 00:39:41 +0000 Subject: [PATCH] neovim: ship the *wrapped* version of tree-sitter-nix-shell hopefully this will fix syntax highlighting --- hosts/common/programs/neovim/plugins.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/programs/neovim/plugins.nix b/hosts/common/programs/neovim/plugins.nix index f30288909..d69bf9621 100644 --- a/hosts/common/programs/neovim/plugins.nix +++ b/hosts/common/programs/neovim/plugins.nix @@ -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 = ''