vimPlugins.syntax-tree-surfer: init at 2023-10-06 (#340744)
This commit is contained in:
@@ -11303,6 +11303,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";
|
||||
|
||||
@@ -1709,6 +1709,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";
|
||||
|
||||
@@ -949,6 +949,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/,,
|
||||
|
||||
Reference in New Issue
Block a user