vimPlugins.nvim-compe: deprecate

nvim-compe has been replaced with nvim-cmp
This commit is contained in:
Austin Horstman 2024-11-19 12:05:46 -06:00
parent 026fb07f14
commit f2ef8616ad
No known key found for this signature in database
4 changed files with 6 additions and 14 deletions

View File

@ -59,6 +59,10 @@
"date": "2021-08-22",
"new": "bufferline-nvim"
},
"nvim-compe": {
"date": "2024-11-19",
"new": "nvim-cmp"
},
"nvim-lsp": {
"date": "2020-08-31",
"new": "nvim-lspconfig"

View File

@ -8683,18 +8683,6 @@ final: prev:
meta.homepage = "https://github.com/terrortylor/nvim-comment/";
};
nvim-compe = buildVimPlugin {
pname = "nvim-compe";
version = "2021-10-02";
src = fetchFromGitHub {
owner = "hrsh7th";
repo = "nvim-compe";
rev = "d186d739c54823e0b010feb205c6f97792322c08";
sha256 = "1cl3c4cazzpjj2wmsi42czrklzngzm82bbb9ivmcsa40rfz2lsk3";
};
meta.homepage = "https://github.com/hrsh7th/nvim-compe/";
};
nvim-completion-manager = buildVimPlugin {
pname = "nvim-completion-manager";
version = "2018-07-27";

View File

@ -2579,7 +2579,8 @@ in
};
tmux-complete-vim = super.tmux-complete-vim.overrideAttrs {
dependencies = with self; [ nvim-compe ];
# Vim plugin with optional nvim-compe lua module
doCheck = false;
};
todo-comments-nvim = super.todo-comments-nvim.overrideAttrs {

View File

@ -721,7 +721,6 @@ https://github.com/weilbith/nvim-code-action-menu/,,
https://github.com/willothy/nvim-cokeline/,HEAD,
https://github.com/nvchad/nvim-colorizer.lua/,,
https://github.com/terrortylor/nvim-comment/,,
https://github.com/hrsh7th/nvim-compe/,,
https://github.com/roxma/nvim-completion-manager/,,
https://github.com/klen/nvim-config-local/,,
https://github.com/andythigpen/nvim-coverage/,HEAD,