nvim: Add cmp-nvim-lsp-signature-help
This commit is contained in:
parent
d36112eb04
commit
7a12a5f3c4
3 changed files with 20 additions and 6 deletions
|
@ -80,6 +80,7 @@ in
|
||||||
# cmp
|
# cmp
|
||||||
nvim-cmp
|
nvim-cmp
|
||||||
cmp-nvim-lsp
|
cmp-nvim-lsp
|
||||||
|
cmp-nvim-lsp-signature-help
|
||||||
LuaSnip
|
LuaSnip
|
||||||
cmp_luasnip
|
cmp_luasnip
|
||||||
cmp-nvim-lua
|
cmp-nvim-lua
|
||||||
|
|
|
@ -208,12 +208,12 @@
|
||||||
};
|
};
|
||||||
null-ls-nvim = pkgs.vimUtils.buildVimPluginFrom2Nix {
|
null-ls-nvim = pkgs.vimUtils.buildVimPluginFrom2Nix {
|
||||||
pname = "null-ls.nvim";
|
pname = "null-ls.nvim";
|
||||||
version = "1639855372";
|
version = "1639941585";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "jose-elias-alvarez";
|
owner = "jose-elias-alvarez";
|
||||||
repo = "null-ls.nvim";
|
repo = "null-ls.nvim";
|
||||||
rev = "b9a1db1990e6c7e27cfe5f6b0a7fbae47dc63849";
|
rev = "80e1c2942f70bfdf16886a64692f274ef7356010";
|
||||||
sha256 = "tv1IAfrWe7lJGOY25WnxgKPhgxpGQ1OwaDs6pIbuagA=";
|
sha256 = "QUXOLIeqH6zhNrUCm8J4ZoWkPOjaXdg+a+aCy9Gq690=";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/jose-elias-alvarez/null-ls.nvim";
|
meta.homepage = "https://github.com/jose-elias-alvarez/null-ls.nvim";
|
||||||
|
@ -290,6 +290,18 @@
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/hrsh7th/cmp-nvim-lsp";
|
meta.homepage = "https://github.com/hrsh7th/cmp-nvim-lsp";
|
||||||
};
|
};
|
||||||
|
cmp-nvim-lsp-signature-help = pkgs.vimUtils.buildVimPluginFrom2Nix {
|
||||||
|
pname = "cmp-nvim-lsp-signature-help";
|
||||||
|
version = "1638538406";
|
||||||
|
src = pkgs.fetchFromGitHub {
|
||||||
|
owner = "hrsh7th";
|
||||||
|
repo = "cmp-nvim-lsp-signature-help";
|
||||||
|
rev = "daa6a0c2484915e855e60eeff586860c68e59d83";
|
||||||
|
sha256 = "oNOZ3UxQA55SIg5cDR9Ot2lAr8fdth1+KUMj+AZumko=";
|
||||||
|
fetchSubmodules = false;
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/hrsh7th/cmp-nvim-lsp-signature-help";
|
||||||
|
};
|
||||||
LuaSnip = pkgs.vimUtils.buildVimPluginFrom2Nix {
|
LuaSnip = pkgs.vimUtils.buildVimPluginFrom2Nix {
|
||||||
pname = "LuaSnip";
|
pname = "LuaSnip";
|
||||||
version = "1639780167";
|
version = "1639780167";
|
||||||
|
@ -424,12 +436,12 @@
|
||||||
};
|
};
|
||||||
nvim-treesitter-textobjects = pkgs.vimUtils.buildVimPluginFrom2Nix {
|
nvim-treesitter-textobjects = pkgs.vimUtils.buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-treesitter-textobjects";
|
pname = "nvim-treesitter-textobjects";
|
||||||
version = "1639306833";
|
version = "1639943238";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "nvim-treesitter";
|
owner = "nvim-treesitter";
|
||||||
repo = "nvim-treesitter-textobjects";
|
repo = "nvim-treesitter-textobjects";
|
||||||
rev = "9516c7df283f7197c3f73a4ce9b3c79aab4576b3";
|
rev = "c4be3a42715dd44ea9465662ad7e3b010f6acf47";
|
||||||
sha256 = "3yRZFFNx8LBRuYvBlbMtbK2rtDpgXPmTQMI7FsoMBHQ=";
|
sha256 = "xz9H8vb4fHBmpeLeUqluP1jS0DnIIhaafIV+NLE1WWY=";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter-textobjects";
|
meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter-textobjects";
|
||||||
|
|
|
@ -22,6 +22,7 @@ onsails/lspkind-nvim
|
||||||
nvim-lua/lsp-status.nvim
|
nvim-lua/lsp-status.nvim
|
||||||
hrsh7th/nvim-cmp
|
hrsh7th/nvim-cmp
|
||||||
hrsh7th/cmp-nvim-lsp
|
hrsh7th/cmp-nvim-lsp
|
||||||
|
hrsh7th/cmp-nvim-lsp-signature-help
|
||||||
L3MON4D3/LuaSnip
|
L3MON4D3/LuaSnip
|
||||||
saadparwaiz1/cmp_luasnip
|
saadparwaiz1/cmp_luasnip
|
||||||
hrsh7th/cmp-nvim-lua
|
hrsh7th/cmp-nvim-lua
|
||||||
|
|
Loading…
Reference in a new issue