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:
parent
f64e3e1919
commit
e5d438eda0
3 changed files with 1 additions and 13 deletions
|
@ -6599,18 +6599,6 @@ final: prev:
|
||||||
meta.homepage = "https://github.com/tamago324/nlsp-settings.nvim/";
|
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 {
|
nnn-vim = buildVimPlugin {
|
||||||
pname = "nnn.vim";
|
pname = "nnn.vim";
|
||||||
version = "2023-05-23";
|
version = "2023-05-23";
|
||||||
|
|
|
@ -554,7 +554,6 @@ https://github.com/EdenEast/nightfox.nvim/,,
|
||||||
https://github.com/zah/nim.vim/,,
|
https://github.com/zah/nim.vim/,,
|
||||||
https://github.com/figsoda/nix-develop.nvim/,HEAD,
|
https://github.com/figsoda/nix-develop.nvim/,HEAD,
|
||||||
https://github.com/tamago324/nlsp-settings.nvim/,main,
|
https://github.com/tamago324/nlsp-settings.nvim/,main,
|
||||||
https://github.com/tjdevries/nlua.nvim/,,
|
|
||||||
https://github.com/mcchrish/nnn.vim/,,
|
https://github.com/mcchrish/nnn.vim/,,
|
||||||
https://github.com/shortcuts/no-neck-pain.nvim/,HEAD,
|
https://github.com/shortcuts/no-neck-pain.nvim/,HEAD,
|
||||||
https://github.com/folke/noice.nvim/,HEAD,
|
https://github.com/folke/noice.nvim/,HEAD,
|
||||||
|
|
|
@ -41,4 +41,5 @@ in
|
||||||
mapAliases {
|
mapAliases {
|
||||||
lpty = throw "lpy was removed because broken and unmaintained "; # added 2023-10-14
|
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
|
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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue