Merge pull request #136087 from jlesquembre/cmp-conjure

vimPlugins.cmp-conjure: init at 2021-08-29
This commit is contained in:
figsoda 2021-09-14 09:41:00 -04:00 committed by GitHub
commit 678b19feb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -579,6 +579,18 @@ final: prev:
meta.homepage = "https://github.com/hrsh7th/cmp-calc/";
};
cmp-conjure = buildVimPluginFrom2Nix {
pname = "cmp-conjure";
version = "2021-08-29";
src = fetchFromGitHub {
owner = "PaterJason";
repo = "cmp-conjure";
rev = "4c2a2233de7d2c8ccbf8652b4c741921498ceaec";
sha256 = "1ivrag7gch7mc72rim939z5gh7v532j29hgiy0pxgw3m6lvxdhwq";
};
meta.homepage = "https://github.com/PaterJason/cmp-conjure/";
};
cmp-emoji = buildVimPluginFrom2Nix {
pname = "cmp-emoji";
version = "2021-08-25";

View file

@ -553,6 +553,7 @@ overcache/NeoSolarized
p00f/nvim-ts-rainbow
pangloss/vim-javascript
parsonsmatt/intero-neovim
PaterJason/cmp-conjure
pearofducks/ansible-vim
peitalin/vim-jsx-typescript
peterbjorgensen/sved