vimPlugins.trim-nvim: init at 2022-06-16 (#187295)

This commit is contained in:
Ivan Kovnatsky 2022-08-18 23:01:51 +03:00 committed by GitHub
parent c79d832a80
commit 8711a6f353
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -7673,6 +7673,18 @@ final: prev:
meta.homepage = "https://github.com/tremor-rs/tremor-vim/";
};
trim-nvim = buildVimPluginFrom2Nix {
pname = "trim.nvim";
version = "2022-06-16";
src = fetchFromGitHub {
owner = "cappyzawa";
repo = "trim.nvim";
rev = "ab366eb0dd7b3faeaf90a0ec40c993ff18d8c068";
sha256 = "0lxc593rys5yi35iabqgqxi18lsk2jp78f3wdksmkxclf9j7xmbw";
};
meta.homepage = "https://github.com/cappyzawa/trim.nvim/";
};
trouble-nvim = buildVimPluginFrom2Nix {
pname = "trouble.nvim";
version = "2022-05-09";

View file

@ -643,6 +643,7 @@ https://github.com/folke/tokyonight.nvim/,,
https://github.com/markonm/traces.vim/,,
https://github.com/tjdevries/train.nvim/,,
https://github.com/tremor-rs/tremor-vim/,,
https://github.com/cappyzawa/trim.nvim/,,
https://github.com/folke/trouble.nvim/,,
https://github.com/jgdavey/tslime.vim/,,
https://github.com/Quramy/tsuquyomi/,,