vimPlugins.treesj: init at 2022-12-01
This commit is contained in:
parent
6bbe5e0dc2
commit
b1b680584e
2 changed files with 13 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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/,,
|
||||
|
|
Loading…
Reference in a new issue