neovim: ship the *wrapped* version of tree-sitter-nix-shell
hopefully this will fix syntax highlighting
This commit is contained in:
@@ -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 = ''
|
||||
|
Reference in New Issue
Block a user