vimPlugins.treesj: init at 2022-12-01

This commit is contained in:
"Andrey Kuznetsov" 2022-12-01 10:24:54 +00:00
parent 6bbe5e0dc2
commit b1b680584e
2 changed files with 13 additions and 0 deletions

View file

@ -8237,6 +8237,18 @@ final: prev:
meta.homepage = "https://github.com/tjdevries/train.nvim/";
};
treesj = buildVimPluginFrom2Nix {
pname = "treesj";
version = "2022-12-01";
src = fetchFromGitHub {
owner = "Wansmer";
repo = "treesj";
rev = "da296173b61330aebfd16129a5bf1263700014f1";
sha256 = "1wbbxdf2k1vfrnfllms0g5mnsf5bhsipacfwa546sfnc41j360v9";
};
meta.homepage = "https://github.com/Wansmer/treesj/";
};
tremor-vim = buildVimPluginFrom2Nix {
pname = "tremor-vim";
version = "2021-09-07";

View file

@ -690,6 +690,7 @@ https://github.com/akinsho/toggleterm.nvim/,,
https://github.com/folke/tokyonight.nvim/,,
https://github.com/markonm/traces.vim/,,
https://github.com/tjdevries/train.nvim/,,
https://github.com/Wansmer/treesj/,main,
https://github.com/tremor-rs/tremor-vim/,,
https://github.com/cappyzawa/trim.nvim/,,
https://github.com/folke/trouble.nvim/,,