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