vimPlugins.xmake-nvim: init at 2025-04-01 (#402127)
This commit is contained in:
@@ -21298,6 +21298,19 @@ final: prev: {
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
xmake-nvim = buildVimPlugin {
|
||||
pname = "xmake.nvim";
|
||||
version = "2025-04-01";
|
||||
src = fetchFromGitHub {
|
||||
owner = "Mythos-404";
|
||||
repo = "xmake.nvim";
|
||||
rev = "4f03aa221ebb462f3ce013fc48d4d32b88b6ded8";
|
||||
sha256 = "0ldrz485r092fd35wqvh8nknv2gslag7wj2v4dichmihn81701ry";
|
||||
};
|
||||
meta.homepage = "https://github.com/Mythos-404/xmake.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
xptemplate = buildVimPlugin {
|
||||
pname = "xptemplate";
|
||||
version = "2022-09-08";
|
||||
|
||||
@@ -3871,6 +3871,15 @@ in
|
||||
dependencies = [ self.nui-nvim ];
|
||||
};
|
||||
|
||||
xmake-nvim = super.xmake-nvim.overrideAttrs {
|
||||
nvimSkipModule = [
|
||||
# attempt to index upvalue 'options' (a nil value)
|
||||
"xmake.action"
|
||||
"xmake.command"
|
||||
"xmake.runner_wrapper"
|
||||
];
|
||||
};
|
||||
|
||||
yanky-nvim = super.yanky-nvim.overrideAttrs {
|
||||
nvimSkipModules = [
|
||||
# Optional telescope integration
|
||||
|
||||
@@ -1635,6 +1635,7 @@ https://github.com/lukaszkorecki/workflowish/,,
|
||||
https://github.com/andrewferrier/wrapping.nvim/,HEAD,
|
||||
https://github.com/tweekmonster/wstrip.vim/,,
|
||||
https://github.com/piersolenski/wtf.nvim/,HEAD,
|
||||
https://github.com/Mythos-404/xmake.nvim/,HEAD,
|
||||
https://github.com/drmingdrmer/xptemplate/,,
|
||||
https://github.com/guns/xterm-color-table.vim/,,
|
||||
https://github.com/gbprod/yanky.nvim/,HEAD,
|
||||
|
||||
Reference in New Issue
Block a user