Commit eafd1479 authored by "Andrey Kuznetsov"'s avatar "Andrey Kuznetsov" Committed by Andrey Kuznetsov
Browse files

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

parent 70acfaeb
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -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";
+1 −0
Original line number Diff line number Diff line
@@ -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/,,