vimPlugins.compe-latex-symbols: deprecate

nvim-compe has been replaced with nvim-cmp
This commit is contained in:
Austin Horstman
2024-11-19 15:34:03 -06:00
parent bac42af795
commit b6b65d0cda
4 changed files with 4 additions and 17 deletions
@@ -11,6 +11,10 @@
"date": "2024-11-19",
"new": "cmp-conjure"
},
"compe-latex-symbols": {
"date": "2024-11-19",
"new": "cmp-latex-symbols"
},
"fern-vim": {
"date": "2024-05-12",
"new": "vim-fern"
@@ -2561,18 +2561,6 @@ final: prev:
meta.homepage = "https://github.com/rhysd/committia.vim/";
};
compe-latex-symbols = buildVimPlugin {
pname = "compe-latex-symbols";
version = "2021-05-14";
src = fetchFromGitHub {
owner = "GoldsteinE";
repo = "compe-latex-symbols";
rev = "70f58e53e142e3c59fe0f673dd54ce690ae57367";
sha256 = "0p4xss3zyp6002hsa6dx989zhp672mc30b57w5cjhcgbknw0iy1l";
};
meta.homepage = "https://github.com/GoldsteinE/compe-latex-symbols/";
};
compe-tabnine = buildVimPlugin {
pname = "compe-tabnine";
version = "2021-09-14";
@@ -752,10 +752,6 @@ in
nvimRequireCheck = "competitest";
};
compe-latex-symbols = super.compe-latex-symbols.overrideAttrs {
dependencies = [ self.nvim-compe ];
};
compe-tabnine = super.compe-tabnine.overrideAttrs {
dependencies = [ self.nvim-compe ];
buildInputs = [ tabnine ];
@@ -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/GoldsteinE/compe-latex-symbols/,,
https://github.com/tzachar/compe-tabnine/,,
https://github.com/tamago324/compe-zsh/,,
https://github.com/xeluxee/competitest.nvim/,HEAD,