vimPlugins.nvim-ts-rainbow: deprecate
https://github.com/mrjones2014/nvim-ts-rainbow/ and https://github.com/HiPhish/nvim-ts-rainbow2 are deprecated, causing problems with latest neovim. Use https://github.com/HiPhish/rainbow-delimiters.nvim instead.
This commit is contained in:
parent
ac77846310
commit
9b9df554a2
3 changed files with 2 additions and 25 deletions
|
@ -93,6 +93,8 @@ mapAliases (with prev; {
|
|||
neoinclude = neoinclude-vim;
|
||||
neomru = neomru-vim;
|
||||
neosnippet = neosnippet-vim;
|
||||
nvim-ts-rainbow = throw "nvim-ts-rainbow has been deprecated: Use rainbow-delimiters-nvim"; # Added 2023-11-30
|
||||
nvim-ts-rainbow2 = throw "nvim-ts-rainbow2 has been deprecated: Use rainbow-delimiters-nvim"; # Added 2023-11-30
|
||||
The_NERD_Commenter = nerdcommenter;
|
||||
The_NERD_tree = nerdtree;
|
||||
open-browser = open-browser-vim;
|
||||
|
|
|
@ -7690,29 +7690,6 @@ final: prev:
|
|||
meta.homepage = "https://github.com/joosepalviste/nvim-ts-context-commentstring/";
|
||||
};
|
||||
|
||||
nvim-ts-rainbow = buildVimPlugin {
|
||||
pname = "nvim-ts-rainbow";
|
||||
version = "2023-06-07";
|
||||
src = fetchFromGitHub {
|
||||
owner = "mrjones2014";
|
||||
repo = "nvim-ts-rainbow";
|
||||
rev = "8312b513ce930e7669a1721befbe56f2e1853301";
|
||||
sha256 = "16s8kppsn9m831ymcz5w3kpnq40sxg98nykd0gz3hfj27hinqag5";
|
||||
};
|
||||
meta.homepage = "https://github.com/mrjones2014/nvim-ts-rainbow/";
|
||||
};
|
||||
|
||||
nvim-ts-rainbow2 = buildVimPlugin {
|
||||
pname = "nvim-ts-rainbow2";
|
||||
version = "2023-07-12";
|
||||
src = fetchgit {
|
||||
url = "https://gitlab.com/HiPhish/nvim-ts-rainbow2";
|
||||
rev = "b3120cd5ae9ca524af9cb602f41e12e301fa985f";
|
||||
sha256 = "0mjg0pkd8wv8cfar30lkyywdrd3g5lz36bbsfb7lrqi7kbksyzxv";
|
||||
};
|
||||
meta.homepage = "https://gitlab.com/HiPhish/nvim-ts-rainbow2";
|
||||
};
|
||||
|
||||
nvim-ufo = buildVimPlugin {
|
||||
pname = "nvim-ufo";
|
||||
version = "2023-11-23";
|
||||
|
|
|
@ -645,8 +645,6 @@ https://github.com/nvim-treesitter/nvim-treesitter-textobjects/,,
|
|||
https://github.com/RRethy/nvim-treesitter-textsubjects/,HEAD,
|
||||
https://github.com/windwp/nvim-ts-autotag/,,
|
||||
https://github.com/joosepalviste/nvim-ts-context-commentstring/,,
|
||||
https://github.com/mrjones2014/nvim-ts-rainbow/,,
|
||||
https://gitlab.com/HiPhish/nvim-ts-rainbow2,HEAD,
|
||||
https://github.com/kevinhwang91/nvim-ufo/,HEAD,
|
||||
https://github.com/samjwill/nvim-unception/,HEAD,
|
||||
https://github.com/kyazdani42/nvim-web-devicons/,,
|
||||
|
|
Loading…
Reference in a new issue