Unverified Commit 562e4bec authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.colortils-nvim: init at 1.2.0 (#515916)

parents 3ad5460f 4e32b041
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -3675,6 +3675,20 @@ final: prev: {
    meta.hydraPlatforms = [ ];
  };
  colortils-nvim = buildVimPlugin {
    pname = "colortils.nvim";
    version = "1.2.0";
    src = fetchFromGitHub {
      owner = "max397574";
      repo = "colortils.nvim";
      tag = "v1.2.0";
      hash = "sha256-GaAgkNmzKTJaKBlLY/fP2Z1ZyBhfyGRkPiwjUj8Rkg4=";
    };
    meta.homepage = "https://github.com/max397574/colortils.nvim/";
    meta.license = lib.meta.getLicenseFromSpdxId "GPL-2.0-only";
    meta.hydraPlatforms = [ ];
  };
  com-cloudedmountain-ide-neovim = buildVimPlugin {
    pname = "com.cloudedmountain.ide.neovim";
    version = "0.0.1-unstable-2023-09-25";
+1 −0
Original line number Diff line number Diff line
@@ -261,6 +261,7 @@ https://github.com/tjdevries/colorbuddy.nvim/,,
https://github.com/xzbdmw/colorful-menu.nvim/,,
https://github.com/nvim-zh/colorful-winsep.nvim/,,
https://github.com/lilydjwg/colorizer/,,
https://github.com/max397574/colortils.nvim/,,
https://github.com/Domeee/com.cloudedmountain.ide.neovim/,,
https://github.com/mluders/comfy-line-numbers.nvim/,,
https://github.com/wincent/command-t/,,