mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
vimPlugins: resolve github repository redirects
This commit is contained in:
parent
72cbc28806
commit
1eb4802317
@ -7929,6 +7929,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/rgroli/other.nvim/";
|
||||
};
|
||||
|
||||
otter-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "otter.nvim";
|
||||
version = "2023-08-27";
|
||||
src = fetchFromGitHub {
|
||||
owner = "jmbuhr";
|
||||
repo = "otter.nvim";
|
||||
rev = "849259c0458a13a1018e7a04e5d30d84e23c2333";
|
||||
sha256 = "18rdra1bs51mgs6zk8cdn6yhl2pazkcqf96p5qnp2lhdy6gy6h84";
|
||||
};
|
||||
meta.homepage = "https://github.com/jmbuhr/otter.nvim/";
|
||||
};
|
||||
|
||||
overseer-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "overseer.nvim";
|
||||
version = "2023-08-23";
|
||||
@ -15852,18 +15864,6 @@ final: prev:
|
||||
meta.homepage = "https://github.com/nanotee/zoxide.vim/";
|
||||
};
|
||||
|
||||
otter-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "otter.nvim";
|
||||
version = "2023-08-27";
|
||||
src = fetchFromGitHub {
|
||||
owner = "jmbuhr";
|
||||
repo = "otter.nvim";
|
||||
rev = "849259c0458a13a1018e7a04e5d30d84e23c2333";
|
||||
sha256 = "18rdra1bs51mgs6zk8cdn6yhl2pazkcqf96p5qnp2lhdy6gy6h84";
|
||||
};
|
||||
meta.homepage = "https://github.com/jmbuhr/otter.nvim/";
|
||||
};
|
||||
|
||||
catppuccin-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "catppuccin-nvim";
|
||||
version = "2023-08-25";
|
||||
|
@ -665,6 +665,7 @@ https://github.com/Almo7aya/openingh.nvim/,,
|
||||
https://github.com/salkin-mada/openscad.nvim/,HEAD,
|
||||
https://github.com/nvim-orgmode/orgmode/,,
|
||||
https://github.com/rgroli/other.nvim/,HEAD,
|
||||
https://github.com/jmbuhr/otter.nvim/,,
|
||||
https://github.com/stevearc/overseer.nvim/,HEAD,
|
||||
https://github.com/nyoom-engineering/oxocarbon.nvim/,HEAD,
|
||||
https://github.com/vuki656/package-info.nvim/,,
|
||||
|
Loading…
Reference in New Issue
Block a user