vimPlugins: resolve github repository redirects
This commit is contained in:
parent
520114c59e
commit
bcec9042d5
2 changed files with 3 additions and 3 deletions
|
@ -1958,12 +1958,12 @@ let
|
||||||
pname = "lsp_extensions-nvim";
|
pname = "lsp_extensions-nvim";
|
||||||
version = "2020-10-19";
|
version = "2020-10-19";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tjdevries";
|
owner = "nvim-lua";
|
||||||
repo = "lsp_extensions.nvim";
|
repo = "lsp_extensions.nvim";
|
||||||
rev = "85ce064c36b93cd8856d6dfc41ea5089764ec1c6";
|
rev = "85ce064c36b93cd8856d6dfc41ea5089764ec1c6";
|
||||||
sha256 = "0vljxb9cvq042f70cq01n5mf2vd2wg2qpj75nlva9rjhiw9q3qw8";
|
sha256 = "0vljxb9cvq042f70cq01n5mf2vd2wg2qpj75nlva9rjhiw9q3qw8";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/tjdevries/lsp_extensions.nvim/";
|
meta.homepage = "https://github.com/nvim-lua/lsp_extensions.nvim/";
|
||||||
};
|
};
|
||||||
|
|
||||||
lushtags = buildVimPluginFrom2Nix {
|
lushtags = buildVimPluginFrom2Nix {
|
||||||
|
|
|
@ -369,6 +369,7 @@ numirias/semshi
|
||||||
nvie/vim-flake8
|
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-treesitter/completion-treesitter
|
nvim-treesitter/completion-treesitter
|
||||||
nvim-treesitter/nvim-treesitter
|
nvim-treesitter/nvim-treesitter
|
||||||
ocaml/vim-ocaml
|
ocaml/vim-ocaml
|
||||||
|
@ -494,7 +495,6 @@ thirtythreeforty/lessspace.vim
|
||||||
thosakwe/vim-flutter
|
thosakwe/vim-flutter
|
||||||
tiagofumo/vim-nerdtree-syntax-highlight
|
tiagofumo/vim-nerdtree-syntax-highlight
|
||||||
tikhomirov/vim-glsl
|
tikhomirov/vim-glsl
|
||||||
tjdevries/lsp_extensions.nvim
|
|
||||||
tmhedberg/SimpylFold
|
tmhedberg/SimpylFold
|
||||||
tmsvg/pear-tree
|
tmsvg/pear-tree
|
||||||
tmux-plugins/vim-tmux
|
tmux-plugins/vim-tmux
|
||||||
|
|
Loading…
Reference in a new issue