Commit 050831ed authored by "Marc Jakobi"'s avatar "Marc Jakobi" Committed by Marc Jakobi
Browse files

vimPlugins.nvim-luadev: init at 2022-01-26

parent ac9ce9fd
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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";
+1 −0
Original line number Diff line number Diff line
@@ -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/,,