Commit 94bd8489 authored by "Phillip Cloud"'s avatar "Phillip Cloud"
Browse files

vimPlugins: resolve github repository redirects

parent b6eae406
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -8304,6 +8304,18 @@ final: prev:
    meta.homepage = "https://github.com/AlphaTechnolog/pywal.nvim/";
  };

  quarto-nvim = buildVimPluginFrom2Nix {
    pname = "quarto-nvim";
    version = "2023-07-17";
    src = fetchFromGitHub {
      owner = "quarto-dev";
      repo = "quarto-nvim";
      rev = "35f86035e7b3846dbf168267ffe0021c3d312259";
      sha256 = "0a46bqca0f8rqd71kym07nn3vq4qfasw20fhi6s8gywmd658hx9k";
    };
    meta.homepage = "https://github.com/quarto-dev/quarto-nvim/";
  };

  quick-scope = buildVimPluginFrom2Nix {
    pname = "quick-scope";
    version = "2023-08-08";
@@ -15816,18 +15828,6 @@ final: prev:
    meta.homepage = "https://github.com/nanotee/zoxide.vim/";
  };

  quarto-nvim = buildVimPluginFrom2Nix {
    pname = "quarto-nvim";
    version = "2023-07-17";
    src = fetchFromGitHub {
      owner = "quarto-dev";
      repo = "quarto-nvim";
      rev = "35f86035e7b3846dbf168267ffe0021c3d312259";
      sha256 = "0a46bqca0f8rqd71kym07nn3vq4qfasw20fhi6s8gywmd658hx9k";
    };
    meta.homepage = "https://github.com/quarto-dev/quarto-nvim/";
  };

  catppuccin-nvim = buildVimPluginFrom2Nix {
    pname = "catppuccin-nvim";
    version = "2023-08-25";
+1 −0
Original line number Diff line number Diff line
@@ -696,6 +696,7 @@ https://github.com/purescript-contrib/purescript-vim/,,
https://github.com/python-mode/python-mode/,,
https://github.com/vim-python/python-syntax/,,
https://github.com/AlphaTechnolog/pywal.nvim/,,
https://github.com/quarto-dev/quarto-nvim/,,
https://github.com/unblevable/quick-scope/,,
https://github.com/stefandtw/quickfix-reflector.vim/,,
https://github.com/dannyob/quickfixstatus/,,