vimPlugins: resolve github repository redirects
This commit is contained in:
parent
5eeff0d2bc
commit
f53113e56c
@ -3411,12 +3411,12 @@ let
|
|||||||
pname = "telescope-nvim";
|
pname = "telescope-nvim";
|
||||||
version = "2020-11-13";
|
version = "2020-11-13";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-lua";
|
owner = "nvim-telescope";
|
||||||
repo = "telescope.nvim";
|
repo = "telescope.nvim";
|
||||||
rev = "3e58e1ab7d4c80fec7d9b02e3f27503bd72f21ff";
|
rev = "3e58e1ab7d4c80fec7d9b02e3f27503bd72f21ff";
|
||||||
sha256 = "0ilxdffipa7mcaam1x21h0k578q2mq76a4ajnmmmis7066jk39z4";
|
sha256 = "0ilxdffipa7mcaam1x21h0k578q2mq76a4ajnmmmis7066jk39z4";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/nvim-lua/telescope.nvim/";
|
meta.homepage = "https://github.com/nvim-telescope/telescope.nvim/";
|
||||||
};
|
};
|
||||||
|
|
||||||
tender-vim = buildVimPluginFrom2Nix {
|
tender-vim = buildVimPluginFrom2Nix {
|
||||||
|
@ -373,7 +373,7 @@ nvie/vim-flake8
|
|||||||
nvim-lua/completion-nvim
|
nvim-lua/completion-nvim
|
||||||
nvim-lua/diagnostic-nvim
|
nvim-lua/diagnostic-nvim
|
||||||
nvim-lua/lsp_extensions.nvim
|
nvim-lua/lsp_extensions.nvim
|
||||||
nvim-lua/telescope.nvim
|
nvim-telescope/telescope.nvim
|
||||||
nvim-treesitter/completion-treesitter
|
nvim-treesitter/completion-treesitter
|
||||||
nvim-treesitter/nvim-treesitter
|
nvim-treesitter/nvim-treesitter
|
||||||
ocaml/vim-ocaml
|
ocaml/vim-ocaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user