mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
vimPlugins.compe-conjure: deprecate
nvim-compe has been replaced with nvim-cmp
This commit is contained in:
parent
11be03b319
commit
bac42af795
@ -7,6 +7,10 @@
|
||||
"date": "2021-12-07",
|
||||
"new": "cmp-tmux"
|
||||
},
|
||||
"compe-conjure": {
|
||||
"date": "2024-11-19",
|
||||
"new": "cmp-conjure"
|
||||
},
|
||||
"fern-vim": {
|
||||
"date": "2024-05-12",
|
||||
"new": "vim-fern"
|
||||
|
@ -2561,18 +2561,6 @@ final: prev:
|
||||
meta.homepage = "https://github.com/rhysd/committia.vim/";
|
||||
};
|
||||
|
||||
compe-conjure = buildVimPlugin {
|
||||
pname = "compe-conjure";
|
||||
version = "2020-12-06";
|
||||
src = fetchFromGitHub {
|
||||
owner = "hrsh7th";
|
||||
repo = "compe-conjure";
|
||||
rev = "8d00e1dcee861a296bab36c06511ae4e083d5a0c";
|
||||
sha256 = "1ral3rmzw96xsvjnlf65mvlnvm05jmy90abrgay6ilng20bfxjiz";
|
||||
};
|
||||
meta.homepage = "https://github.com/hrsh7th/compe-conjure/";
|
||||
};
|
||||
|
||||
compe-latex-symbols = buildVimPlugin {
|
||||
pname = "compe-latex-symbols";
|
||||
version = "2021-05-14";
|
||||
|
@ -752,10 +752,6 @@ in
|
||||
nvimRequireCheck = "competitest";
|
||||
};
|
||||
|
||||
compe-conjure = super.compe-conjure.overrideAttrs {
|
||||
dependencies = [ self.conjure ];
|
||||
};
|
||||
|
||||
compe-latex-symbols = super.compe-latex-symbols.overrideAttrs {
|
||||
dependencies = [ self.nvim-compe ];
|
||||
};
|
||||
|
@ -212,7 +212,6 @@ https://github.com/wincent/command-t/,,
|
||||
https://github.com/LudoPinelli/comment-box.nvim/,HEAD,
|
||||
https://github.com/numtostr/comment.nvim/,,
|
||||
https://github.com/rhysd/committia.vim/,,
|
||||
https://github.com/hrsh7th/compe-conjure/,,
|
||||
https://github.com/GoldsteinE/compe-latex-symbols/,,
|
||||
https://github.com/tzachar/compe-tabnine/,,
|
||||
https://github.com/tamago324/compe-zsh/,,
|
||||
|
Loading…
Reference in New Issue
Block a user