Unverified Commit e5d438ed authored by Matthieu Coudron's avatar Matthieu Coudron Committed by GitHub
Browse files

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



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

---------

Co-authored-by: default avatarMarc Jakobi <mrcjkb89@outlook.com>
parent f64e3e19
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -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";
+0 −1
Original line number Diff line number Diff line
@@ -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,
+1 −0
Original line number Diff line number Diff line
@@ -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
}