Commit 590e1b4b authored by "Andrey Kuznetsov"'s avatar "Andrey Kuznetsov" Committed by Andrey Kuznetsov
Browse files

vimPlugins.lsp-zero-nvim: init at 2023-01-05

parent eafd1479
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -4497,6 +4497,18 @@ final: prev:
    meta.homepage = "https://github.com/nvim-lua/lsp-status.nvim/";
  };

  lsp-zero-nvim = buildVimPluginFrom2Nix {
    pname = "lsp-zero.nvim";
    version = "2023-01-05";
    src = fetchFromGitHub {
      owner = "VonHeikemen";
      repo = "lsp-zero.nvim";
      rev = "cd508abf461b895740f0946b65315e5eef07eb8c";
      sha256 = "074hfpw78ziaq9xl9kbix70k1zmhf36icf0ycfvc72f1992ixg9d";
    };
    meta.homepage = "https://github.com/VonHeikemen/lsp-zero.nvim/";
  };

  lsp_extensions-nvim = buildVimPluginFrom2Nix {
    pname = "lsp_extensions.nvim";
    version = "2022-07-07";
+1 −0
Original line number Diff line number Diff line
@@ -376,6 +376,7 @@ https://github.com/lvimuser/lsp-inlayhints.nvim/,HEAD,
https://github.com/Issafalcon/lsp-overloads.nvim/,main,
https://github.com/ahmedkhalf/lsp-rooter.nvim/,,
https://github.com/nvim-lua/lsp-status.nvim/,,
https://github.com/VonHeikemen/lsp-zero.nvim/,main,
https://github.com/nvim-lua/lsp_extensions.nvim/,,
https://git.sr.ht/~whynothugo/lsp_lines.nvim,,
https://github.com/ray-x/lsp_signature.nvim/,,