vimPlugins.syntax-tree-surfer: init at 2023-10-06

This commit is contained in:
Callum Leslie
2024-09-09 12:02:12 +01:00
parent c75dff8b34
commit c5e664b7f2
3 changed files with 18 additions and 0 deletions
@@ -10785,6 +10785,18 @@ final: prev:
meta.homepage = "https://github.com/vim-syntastic/syntastic/";
};
syntax-tree-surfer = buildVimPlugin {
pname = "syntax-tree-surfer";
version = "2023-10-06";
src = fetchFromGitHub {
owner = "ziontee113";
repo = "syntax-tree-surfer";
rev = "732ea6d0f868bcccd2f526be73afa46997d5a2fb";
sha256 = "0x7kpmxq3n8531ca2bz506swww92wd3x16d125wrk54rxp1lv1cd";
};
meta.homepage = "https://github.com/ziontee113/syntax-tree-surfer/";
};
tabby-nvim = buildVimPlugin {
pname = "tabby.nvim";
version = "2024-07-31";
@@ -1695,6 +1695,11 @@
};
};
syntax-tree-surfer = super.syntax-tree-surfer.overrideAttrs {
dependencies = with self; [ nvim-treesitter ];
meta.maintainers = with lib.maintainers; [ callumio ];
};
taskwarrior3 = buildVimPlugin {
inherit (taskwarrior3) version pname;
src = "${taskwarrior3.src}/scripts/vim";
@@ -907,6 +907,7 @@ https://github.com/keith/swift.vim/,,
https://github.com/AndrewRadev/switch.vim/,,
https://github.com/simrat39/symbols-outline.nvim/,,
https://github.com/vim-syntastic/syntastic/,,
https://github.com/ziontee113/syntax-tree-surfer/,HEAD,
https://github.com/nanozuki/tabby.nvim/,HEAD,
https://github.com/kdheepak/tabline.nvim/,,
https://github.com/vim-scripts/tabmerge/,,