vimPlugins.competitest-nvim: init at 2024-01-23

add nvimRequireCheck to competitest-nvim
This commit is contained in:
Svl 2024-04-02 21:05:51 +02:00 committed by Matthieu Coudron
parent b6ed1c5ee1
commit e113e8197a
3 changed files with 20 additions and 0 deletions

View File

@ -2381,6 +2381,18 @@ final: prev:
meta.homepage = "https://github.com/tamago324/compe-zsh/";
};
competitest-nvim = buildVimPlugin {
pname = "competitest.nvim";
version = "2024-01-23";
src = fetchFromGitHub {
owner = "xeluxee";
repo = "competitest.nvim";
rev = "c3cb0e2b0916a879c4d3dcb5737e6c046dd0afc5";
sha256 = "16mycxnxa425rnl1xdk740ng6mg693ywzx5wsa56xr8nvxkms700";
};
meta.homepage = "https://github.com/xeluxee/competitest.nvim/";
};
compiler-explorer-nvim = buildVimPlugin {
pname = "compiler-explorer.nvim";
version = "2023-05-29";

View File

@ -404,6 +404,13 @@
'';
};
competitest-nvim = super.competitest-nvim.overrideAttrs {
dependencies = [ self.nui-nvim ];
doInstallCheck = true;
nvimRequireCheck = "competitest";
};
compe-tabnine = super.compe-tabnine.overrideAttrs {
buildInputs = [ tabnine ];

View File

@ -198,6 +198,7 @@ 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/,,
https://github.com/xeluxee/competitest.nvim/,HEAD,
https://github.com/krady21/compiler-explorer.nvim/,HEAD,
https://github.com/steelsojka/completion-buffers/,,
https://github.com/nvim-lua/completion-nvim/,,