mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
vimPlugins.nvim-luadev: init at 2022-01-26
This commit is contained in:
parent
ac9ce9fd81
commit
050831ed49
@ -5854,6 +5854,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/RishabhRD/nvim-lsputils/";
|
||||
};
|
||||
|
||||
nvim-luadev = buildVimPluginFrom2Nix {
|
||||
pname = "nvim-luadev";
|
||||
version = "2022-01-26";
|
||||
src = fetchFromGitHub {
|
||||
owner = "bfredl";
|
||||
repo = "nvim-luadev";
|
||||
rev = "2a2c242bd751c289cfc1bc27f357925f68eba098";
|
||||
sha256 = "0prwzxgg6fqkfmqqs41c1c81lch2x4qrs7287l5b104rz3alcinn";
|
||||
};
|
||||
meta.homepage = "https://github.com/bfredl/nvim-luadev/";
|
||||
};
|
||||
|
||||
nvim-luapad = buildVimPluginFrom2Nix {
|
||||
pname = "nvim-luapad";
|
||||
version = "2022-10-26";
|
||||
|
@ -492,6 +492,7 @@ https://github.com/mfussenegger/nvim-lint/,,
|
||||
https://github.com/jose-elias-alvarez/nvim-lsp-ts-utils/,,
|
||||
https://github.com/neovim/nvim-lspconfig/,,
|
||||
https://github.com/RishabhRD/nvim-lsputils/,,
|
||||
https://github.com/bfredl/nvim-luadev/,HEAD,
|
||||
https://github.com/rafcamlet/nvim-luapad/,,
|
||||
https://github.com/scalameta/nvim-metals/,,
|
||||
https://github.com/gpanders/nvim-moonwalk/,,
|
||||
|
Loading…
Reference in New Issue
Block a user