mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
vimPlugins.compe-conjure: init at 2021-02-23
This commit is contained in:
parent
c7d0dbe094
commit
c140343a04
2 changed files with 13 additions and 0 deletions
|
@ -616,6 +616,18 @@ let
|
|||
meta.homepage = "https://github.com/rhysd/committia.vim/";
|
||||
};
|
||||
|
||||
compe-conjure = buildVimPluginFrom2Nix {
|
||||
pname = "compe-conjure";
|
||||
version = "2021-02-23";
|
||||
src = fetchFromGitHub {
|
||||
owner = "tami5";
|
||||
repo = "compe-conjure";
|
||||
rev = "809853ff8098dffcf8ba5ac89bcf07806eb8f981";
|
||||
sha256 = "0p7p4bgkh05zy0gzmq0g9nn9npykh1l17cvfzjyhcb3n1sczpjzf";
|
||||
};
|
||||
meta.homepage = "https://github.com/tami5/compe-conjure";
|
||||
};
|
||||
|
||||
compe-tabnine = buildVimPluginFrom2Nix {
|
||||
pname = "compe-tabnine";
|
||||
version = "2021-02-17";
|
||||
|
|
|
@ -553,6 +553,7 @@ svermeulen/vim-subversive
|
|||
t9md/vim-choosewin
|
||||
t9md/vim-smalls
|
||||
takac/vim-hardtime
|
||||
tami5/compe-conjure
|
||||
tami5/lispdocs.nvim
|
||||
tami5/sql.nvim
|
||||
tbodt/deoplete-tabnine
|
||||
|
|
Loading…
Reference in a new issue