Commit 47b8937c authored by "jfvillablanca"'s avatar "jfvillablanca"
Browse files

vimPlugins: resolve github repository redirects

parent 02aec068
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -9306,6 +9306,18 @@ final: prev:
    meta.homepage = "https://github.com/leafgarland/typescript-vim/";
  };

  typescript-nvim = buildVimPluginFrom2Nix {
    pname = "typescript.nvim";
    version = "2023-01-03";
    src = fetchFromGitHub {
      owner = "jose-elias-alvarez";
      repo = "typescript.nvim";
      rev = "f66d4472606cb24615dfb7dbc6557e779d177624";
      sha256 = "1hm87jpscv250x8hv3vacw0sdhkwa81x21cxyvc6nf2vsbj5hx9w";
    };
    meta.homepage = "https://github.com/jose-elias-alvarez/typescript.nvim/";
  };

  ultisnips = buildVimPluginFrom2Nix {
    pname = "ultisnips";
    version = "2023-02-01";
@@ -14616,18 +14628,6 @@ final: prev:
    meta.homepage = "https://github.com/nanotee/zoxide.vim/";
  };

  typescript-nvim = buildVimPluginFrom2Nix {
    pname = "typescript.nvim";
    version = "2023-01-03";
    src = fetchFromGitHub {
      owner = "jose-elias-alvarez";
      repo = "typescript.nvim";
      rev = "f66d4472606cb24615dfb7dbc6557e779d177624";
      sha256 = "1hm87jpscv250x8hv3vacw0sdhkwa81x21cxyvc6nf2vsbj5hx9w";
    };
    meta.homepage = "https://github.com/jose-elias-alvarez/typescript.nvim/";
  };

  catppuccin-nvim = buildVimPluginFrom2Nix {
    pname = "catppuccin-nvim";
    version = "2023-04-30";
+1 −0
Original line number Diff line number Diff line
@@ -780,6 +780,7 @@ https://github.com/jgdavey/tslime.vim/,,
https://github.com/Quramy/tsuquyomi/,,
https://github.com/folke/twilight.nvim/,,
https://github.com/leafgarland/typescript-vim/,,
https://github.com/jose-elias-alvarez/typescript.nvim/,,
https://github.com/SirVer/ultisnips/,,
https://github.com/mbbill/undotree/,,
https://github.com/chrisbra/unicode.vim/,,