From e9c04ea1b85942da1c78275eecffe0b1c0e2b900 Mon Sep 17 00:00:00 2001 From: Daru Date: Sat, 26 Apr 2025 22:56:33 +0200 Subject: [PATCH] vimPlugins.xmake-nvim: init at 2025-04-01 --- pkgs/applications/editors/vim/plugins/generated.nix | 13 +++++++++++++ pkgs/applications/editors/vim/plugins/overrides.nix | 9 +++++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 3 files changed, 23 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index d888c32436d7..bf1d0d81bd8f 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 48db101cb795..a3a822ab1baf 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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 diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index d6ac74a9881c..b795380bb19a 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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,