nvim: nvim-tree-pairs appears broken right now

This commit is contained in:
Daniel Lundin 2024-12-11 20:15:15 +01:00
parent 8b46fa253d
commit f26beb87bd
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI

View file

@ -44,20 +44,6 @@
''; '';
} }
{
plugin = pkgs.vimUtils.buildVimPlugin {
name = "nvim-tree-pairs"; # make % match in TS
src = pkgs.fetchFromGitHub {
owner = "yorickpeterse";
repo = "nvim-tree-pairs";
rev = "e7f7b6cc28dda6f3fa271ce63b0d371d5b7641da";
hash = "sha256-fb4EsrWAbm8+dWAhiirCPuR44MEg+KYb9hZOIuEuT24=";
};
};
type = "lua";
config = "require('tree-pairs').setup()";
}
{ {
plugin = nvim-treesitter-textobjects; plugin = nvim-treesitter-textobjects;
type = "lua"; type = "lua";