vimPlugins.nvim-treesitter-pairs: init at 2024-10-20

This commit is contained in:
Abhishek Singh 2024-10-20 15:22:57 +05:30 committed by Matthieu Coudron
parent 47dd18486f
commit 9dcad2b0b5
2 changed files with 13 additions and 0 deletions

View File

@ -9401,6 +9401,18 @@ final: prev:
meta.homepage = "https://github.com/RRethy/nvim-treesitter-endwise/";
};
nvim-treesitter-pairs = buildVimPlugin {
pname = "nvim-treesitter-pairs";
version = "2024-10-20";
src = fetchFromGitHub {
owner = "theHamsta";
repo = "nvim-treesitter-pairs";
rev = "f8c195d4d8464cba6971bf8de2d6a5c8c109b37a";
sha256 = "sha256-VHq7ohBDThkBwqUIEVBb4RujBkftu96DQe/y6l7egzM=";
};
meta.homepage = "https://github.com/theHamsta/nvim-treesitter-pairs/";
};
nvim-treesitter-pyfold = buildVimPlugin {
pname = "nvim-treesitter-pyfold";
version = "2023-04-11";

View File

@ -789,6 +789,7 @@ https://github.com/nvim-tree/nvim-tree.lua/,,
https://github.com/nvim-treesitter/nvim-treesitter/,,
https://github.com/nvim-treesitter/nvim-treesitter-context/,,
https://github.com/RRethy/nvim-treesitter-endwise/,HEAD,
https://github.com/theHamsta/nvim-treesitter-pairs/,HEAD,
https://github.com/eddiebergman/nvim-treesitter-pyfold/,,
https://github.com/nvim-treesitter/nvim-treesitter-refactor/,,
https://github.com/nvim-treesitter/nvim-treesitter-textobjects/,,