mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
vimPlugins.competitest-nvim: init at 2024-01-23
add nvimRequireCheck to competitest-nvim
This commit is contained in:
parent
b6ed1c5ee1
commit
e113e8197a
|
@ -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";
|
||||
|
|
|
@ -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 ];
|
||||
|
||||
|
|
|
@ -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/,,
|
||||
|
|
Loading…
Reference in a new issue