vimPlugins.cmp-conjure: init at 2021-08-29

This commit is contained in:
José Luis Lafuente 2021-08-29 11:00:42 +02:00
parent fe2d3b56e7
commit 76714ca91d
No known key found for this signature in database
GPG Key ID: 8A3455EBE455489A
2 changed files with 13 additions and 0 deletions

View File

@ -567,6 +567,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-09";

View File

@ -540,6 +540,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