vimPlugins.cmp-nvim-lsp: init at 2021-08-16

This commit is contained in:
figsoda 2021-08-16 14:23:57 -04:00
parent 7a8c06b08d
commit 5670287c5b
2 changed files with 13 additions and 0 deletions

View File

@ -555,6 +555,18 @@ final: prev:
meta.homepage = "https://github.com/hrsh7th/cmp-emoji/";
};
cmp-nvim-lsp = buildVimPluginFrom2Nix {
pname = "cmp-nvim-lsp";
version = "2021-08-16";
src = fetchFromGitHub {
owner = "hrsh7th";
repo = "cmp-nvim-lsp";
rev = "09e4ab0fb66ad07d64b311d1bd7916905bf3364b";
sha256 = "0573ywym8favv12g78qln4zx15j1ic26y8j2rbdlh8n22zll0v1x";
};
meta.homepage = "https://github.com/hrsh7th/cmp-nvim-lsp/";
};
coc-clap = buildVimPluginFrom2Nix {
pname = "coc-clap";
version = "2021-05-10";

View File

@ -216,6 +216,7 @@ hotwatermorning/auto-git-diff
hrsh7th/cmp-buffer@main
hrsh7th/cmp-calc@main
hrsh7th/cmp-emoji@main
hrsh7th/cmp-nvim-lsp@main
hrsh7th/nvim-cmp@main
hrsh7th/nvim-compe
hrsh7th/vim-vsnip