luaPlugins.nlua-nvim: deprecate in favor of neodev.nvim (#274757)

* luaPlugins.nlua-nvim: deprecate in favor of neodev.nvim
Co-authored-by: Marc Jakobi <mrcjkb89@outlook.com>

---------

Co-authored-by: Marc Jakobi <mrcjkb89@outlook.com>
This commit is contained in:
Matthieu Coudron 2023-12-16 18:46:34 +01:00 committed by GitHub
parent f64e3e1919
commit e5d438eda0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 13 deletions

View file

@ -6599,18 +6599,6 @@ final: prev:
meta.homepage = "https://github.com/tamago324/nlsp-settings.nvim/";
};
nlua-nvim = buildVimPlugin {
pname = "nlua.nvim";
version = "2022-12-20";
src = fetchFromGitHub {
owner = "tjdevries";
repo = "nlua.nvim";
rev = "01aa428ff00605d52d0c0ece560f6a6d7971726b";
sha256 = "1v80qmhhqc1frpvnz42wa84qaz6xkasyrz59aisifp1vqcn01lgk";
};
meta.homepage = "https://github.com/tjdevries/nlua.nvim/";
};
nnn-vim = buildVimPlugin {
pname = "nnn.vim";
version = "2023-05-23";

View file

@ -554,7 +554,6 @@ https://github.com/EdenEast/nightfox.nvim/,,
https://github.com/zah/nim.vim/,,
https://github.com/figsoda/nix-develop.nvim/,HEAD,
https://github.com/tamago324/nlsp-settings.nvim/,main,
https://github.com/tjdevries/nlua.nvim/,,
https://github.com/mcchrish/nnn.vim/,,
https://github.com/shortcuts/no-neck-pain.nvim/,HEAD,
https://github.com/folke/noice.nvim/,HEAD,

View file

@ -41,4 +41,5 @@ in
mapAliases {
lpty = throw "lpy was removed because broken and unmaintained "; # added 2023-10-14
cyrussasl = throw "cyrussasl was removed because broken and unmaintained "; # added 2023-10-18
nlua-nvim = throw "nlua-nvim was removed, use neodev-nvim instead"; # added 2023-12-16
}