diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 397830a50101..b5221c3af134 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -6218,6 +6218,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + guihua-lua = buildVimPlugin { + pname = "guihua.lua"; + version = "0.1-unstable-2025-11-12"; + src = fetchFromGitHub { + owner = "ray-x"; + repo = "guihua.lua"; + rev = "ef44ba40f12e56c1c9fa45967f2b4d142e4b97a0"; + hash = "sha256-9iFqh12orsGnQniDloO+aXoBYuTqOW4pGHi3LBB2m4Q="; + }; + meta.homepage = "https://github.com/ray-x/guihua.lua/"; + meta.hydraPlatforms = [ ]; + }; + gundo-vim = buildVimPlugin { pname = "gundo.vim"; version = "2.6.2-unstable-2021-02-21"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index d0f9b915046f..b9dfc24a7b10 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -1399,6 +1399,25 @@ assertNoAdditions { dependencies = [ self.guard-nvim ]; }; + guihua-lua = super.guihua-lua.overrideAttrs { + dependencies = [ self.nvim-treesitter ]; + + buildPhase = '' + runHook preBuild + + pushd lua/fzy + make + popd + + runHook postBuild + ''; + + nvimSkipModules = [ + # lua module '.init' not found + "fzy.fzy-lua-native" + ]; + }; + gx-nvim = super.gx-nvim.overrideAttrs { patches = lib.optionals stdenv.hostPlatform.isLinux [ (replaceVars ./patches/gx-nvim/fix-paths.patch { diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 4deab3bb7e3b..b62906d7d331 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -476,6 +476,7 @@ https://github.com/ellisonleao/gruvbox.nvim/,, https://github.com/nvimdev/guard-collection/,HEAD, https://github.com/nvimdev/guard.nvim/,HEAD, https://github.com/nmac427/guess-indent.nvim/,HEAD, +https://github.com/ray-x/guihua.lua/,HEAD, https://github.com/sjl/gundo.vim/,, https://github.com/junegunn/gv.vim/,, https://github.com/chrishrb/gx.nvim/,HEAD,