vimPlugins.mcphub-nvim: init at 6.2.0-unstable-2026-01-18

https://github.com/ravitemer/mcphub.nvim
This commit is contained in:
Gaetan Lepage
2026-02-09 15:59:40 +00:00
parent ff8bd2462c
commit b67025a4ad
3 changed files with 27 additions and 0 deletions
@@ -8547,6 +8547,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
mcphub-nvim = buildVimPlugin {
pname = "mcphub.nvim";
version = "6.2.0-unstable-2026-01-18";
src = fetchFromGitHub {
owner = "ravitemer";
repo = "mcphub.nvim";
rev = "7cd5db330f41b7bae02b2d6202218a061c3ebc1f";
hash = "sha256-g9tPvjThz6EUk7zcY7lL+YH4lrT4x3FJ6jrNMHA8PAE=";
};
meta.homepage = "https://github.com/ravitemer/mcphub.nvim/";
meta.hydraPlatforms = [ ];
};
mediawiki-vim = buildVimPlugin {
pname = "mediawiki.vim";
version = "0.2-unstable-2015-11-15";
@@ -2017,6 +2017,19 @@ assertNoAdditions {
checkInputs = [ self.lualine-nvim ];
};
mcphub-nvim = super.mcphub-nvim.overrideAttrs {
dependencies = [ self.plenary-nvim ];
checkInputs = [
# Required by mcphub.extensions.luali
self.lualine-nvim
];
nvimSkipModules = [
# ENOENT: no such file or directory (cmd): 'npm'
"bundled_build"
];
};
mind-nvim = super.mind-nvim.overrideAttrs {
dependencies = [ self.plenary-nvim ];
};
@@ -656,6 +656,7 @@ https://github.com/marko-cerovac/material.nvim/,,
https://github.com/kaicataldo/material.vim/,HEAD,
https://github.com/mattn/calendar-vim/,,mattn-calendar-vim
https://github.com/vim-scripts/mayansmoke/,,
https://github.com/ravitemer/mcphub.nvim/,HEAD,
https://github.com/chikamichi/mediawiki.vim/,HEAD,
https://github.com/savq/melange-nvim/,,
https://github.com/lsig/messenger.nvim/,HEAD,