Merge pull request #134479 from figsoda/cmp-nvim-lua

vimPlugins.cmp-nvim-lua: init at 2021-08-17
This commit is contained in:
Sandro 2021-08-19 18:45:01 +02:00 committed by GitHub
commit b1cfab9d79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -567,6 +567,18 @@ final: prev:
meta.homepage = "https://github.com/hrsh7th/cmp-nvim-lsp/";
};
cmp-nvim-lua = buildVimPluginFrom2Nix {
pname = "cmp-nvim-lua";
version = "2021-08-17";
src = fetchFromGitHub {
owner = "hrsh7th";
repo = "cmp-nvim-lua";
rev = "6bcd10433e48dc50f5330d113bd6ec6647f128dc";
sha256 = "1nkncgrp95li2403wkcph1bglcdnlbj2pjybqx5rp27pazpi5rga";
};
meta.homepage = "https://github.com/hrsh7th/cmp-nvim-lua/";
};
cmp-path = buildVimPluginFrom2Nix {
pname = "cmp-path";
version = "2021-08-09";

View File

@ -217,6 +217,7 @@ hrsh7th/cmp-buffer@main
hrsh7th/cmp-calc@main
hrsh7th/cmp-emoji@main
hrsh7th/cmp-nvim-lsp@main
hrsh7th/cmp-nvim-lua@main
hrsh7th/cmp-path@main
hrsh7th/cmp-vsnip@main
hrsh7th/nvim-cmp@main