forked from mirrors/nixpkgs
vimPlugins.neodev-nvim: properly replace lua-dev-nvim
This commit is contained in:
parent
7a0be1b751
commit
bd1966cf4e
|
@ -4400,18 +4400,6 @@ final: prev:
|
||||||
meta.homepage = "https://github.com/kkharji/lspsaga.nvim/";
|
meta.homepage = "https://github.com/kkharji/lspsaga.nvim/";
|
||||||
};
|
};
|
||||||
|
|
||||||
lua-dev-nvim = buildVimPluginFrom2Nix {
|
|
||||||
pname = "lua-dev.nvim";
|
|
||||||
version = "2022-10-20";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "folke";
|
|
||||||
repo = "neodev.nvim";
|
|
||||||
rev = "218d9b06f6b91a0d5b9d8d9c165c5c286f9521ea";
|
|
||||||
sha256 = "0m88ykblj7nssw7l6492h742zl8cm0mhv23sb1nj73m5x95h4d4c";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/folke/neodev.nvim/";
|
|
||||||
};
|
|
||||||
|
|
||||||
lualine-lsp-progress = buildVimPluginFrom2Nix {
|
lualine-lsp-progress = buildVimPluginFrom2Nix {
|
||||||
pname = "lualine-lsp-progress";
|
pname = "lualine-lsp-progress";
|
||||||
version = "2021-10-23";
|
version = "2021-10-23";
|
||||||
|
@ -4905,6 +4893,18 @@ final: prev:
|
||||||
meta.homepage = "https://github.com/KeitaNakamura/neodark.vim/";
|
meta.homepage = "https://github.com/KeitaNakamura/neodark.vim/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
neodev-nvim = buildVimPluginFrom2Nix {
|
||||||
|
pname = "neodev.nvim";
|
||||||
|
version = "2022-10-20";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "folke";
|
||||||
|
repo = "neodev.nvim";
|
||||||
|
rev = "218d9b06f6b91a0d5b9d8d9c165c5c286f9521ea";
|
||||||
|
sha256 = "0m88ykblj7nssw7l6492h742zl8cm0mhv23sb1nj73m5x95h4d4c";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/folke/neodev.nvim/";
|
||||||
|
};
|
||||||
|
|
||||||
neoformat = buildVimPluginFrom2Nix {
|
neoformat = buildVimPluginFrom2Nix {
|
||||||
pname = "neoformat";
|
pname = "neoformat";
|
||||||
version = "2022-09-01";
|
version = "2022-09-01";
|
||||||
|
|
|
@ -368,7 +368,6 @@ https://github.com/ray-x/lsp_signature.nvim/,,
|
||||||
https://github.com/lspcontainers/lspcontainers.nvim/,,
|
https://github.com/lspcontainers/lspcontainers.nvim/,,
|
||||||
https://github.com/onsails/lspkind-nvim/,,
|
https://github.com/onsails/lspkind-nvim/,,
|
||||||
https://github.com/tami5/lspsaga.nvim/,,
|
https://github.com/tami5/lspsaga.nvim/,,
|
||||||
https://github.com/folke/lua-dev.nvim/,,
|
|
||||||
https://github.com/arkav/lualine-lsp-progress/,,
|
https://github.com/arkav/lualine-lsp-progress/,,
|
||||||
https://github.com/nvim-lualine/lualine.nvim/,,
|
https://github.com/nvim-lualine/lualine.nvim/,,
|
||||||
https://github.com/l3mon4d3/luasnip/,,
|
https://github.com/l3mon4d3/luasnip/,,
|
||||||
|
@ -411,6 +410,7 @@ https://github.com/Shougo/neco-syntax/,,
|
||||||
https://github.com/Shougo/neco-vim/,,
|
https://github.com/Shougo/neco-vim/,,
|
||||||
https://github.com/Shougo/neocomplete.vim/,,
|
https://github.com/Shougo/neocomplete.vim/,,
|
||||||
https://github.com/KeitaNakamura/neodark.vim/,,
|
https://github.com/KeitaNakamura/neodark.vim/,,
|
||||||
|
https://github.com/folke/neodev.nvim/,HEAD,
|
||||||
https://github.com/sbdchd/neoformat/,,
|
https://github.com/sbdchd/neoformat/,,
|
||||||
https://github.com/TimUntersberger/neogit/,,
|
https://github.com/TimUntersberger/neogit/,,
|
||||||
https://github.com/Shougo/neoinclude.vim/,,
|
https://github.com/Shougo/neoinclude.vim/,,
|
||||||
|
|
Loading…
Reference in a new issue