vimPlugins.cmp-dictionary: init at 2022-05-04
This commit is contained in:
parent
43c23c919e
commit
0d921381b6
2 changed files with 13 additions and 0 deletions
|
@ -1144,6 +1144,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/PaterJason/cmp-conjure/";
|
||||
};
|
||||
|
||||
cmp-dictionary = buildVimPluginFrom2Nix {
|
||||
pname = "cmp-dictionary";
|
||||
version = "2022-05-04";
|
||||
src = fetchFromGitHub {
|
||||
owner = "uga-rosa";
|
||||
repo = "cmp-dictionary";
|
||||
rev = "0ba3df56258b48a5a6a0130d31ae3cf4908c9567";
|
||||
sha256 = "1ny42i913w476bwyrlkwkiv14bdakvnkqx26py45f9qlzrfqj2m5";
|
||||
};
|
||||
meta.homepage = "https://github.com/uga-rosa/cmp-dictionary/";
|
||||
};
|
||||
|
||||
cmp-emoji = buildVimPluginFrom2Nix {
|
||||
pname = "cmp-emoji";
|
||||
version = "2021-09-28";
|
||||
|
|
|
@ -96,6 +96,7 @@ https://github.com/hrsh7th/cmp-buffer/,,
|
|||
https://github.com/hrsh7th/cmp-calc/,,
|
||||
https://github.com/hrsh7th/cmp-cmdline/,,
|
||||
https://github.com/PaterJason/cmp-conjure/,,
|
||||
https://github.com/uga-rosa/cmp-dictionary/,HEAD,
|
||||
https://github.com/hrsh7th/cmp-emoji/,,
|
||||
https://github.com/kdheepak/cmp-latex-symbols/,,
|
||||
https://github.com/notomo/cmp-neosnippet/,HEAD,
|
||||
|
|
Loading…
Reference in a new issue