vimPlugins.nvim-ts-rainbow2: init at 2023-01-05

This commit is contained in:
"Andrey Kuznetsov" 2023-01-05 20:30:46 +00:00 committed by Andrey Kuznetsov
parent 70acfaebf2
commit eafd1479e7
2 changed files with 12 additions and 0 deletions

View file

@ -6394,6 +6394,17 @@ final: prev:
meta.homepage = "https://github.com/p00f/nvim-ts-rainbow/";
};
nvim-ts-rainbow2 = buildVimPluginFrom2Nix {
pname = "nvim-ts-rainbow2";
version = "2023-01-05";
src = fetchgit {
url = "https://gitlab.com/HiPhish/nvim-ts-rainbow2";
rev = "5060c12084c75bdcdc6a5e1186651ea1a3e8e376";
sha256 = "0x6hq5vi9i85sg1yzx5jz4nk1zxm3nqcdv5zb7vsgmra5vyr3xb5";
};
meta.homepage = "https://gitlab.com/HiPhish/nvim-ts-rainbow2";
};
nvim-web-devicons = buildVimPluginFrom2Nix {
pname = "nvim-web-devicons";
version = "2022-12-09";

View file

@ -538,6 +538,7 @@ https://github.com/nvim-treesitter/nvim-treesitter-textobjects/,,
https://github.com/windwp/nvim-ts-autotag/,,
https://github.com/joosepalviste/nvim-ts-context-commentstring/,,
https://github.com/p00f/nvim-ts-rainbow/,,
https://gitlab.com/HiPhish/nvim-ts-rainbow2,HEAD,
https://github.com/kyazdani42/nvim-web-devicons/,,
https://github.com/AckslD/nvim-whichkey-setup.lua/,,
https://github.com/roxma/nvim-yarp/,,