vimPlugins.fzf-lua: migrate to buildNeovimPlugin (#367778)

authored by Gaétan Lepage and committed by GitHub 5b563b6c 98c4ba17

+2 -16
-12
pkgs/applications/editors/vim/plugins/generated.nix
··· 4320 meta.homepage = "https://github.com/gfanto/fzf-lsp.nvim/"; 4321 }; 4322 4323 - fzf-lua = buildNeovimPlugin { 4324 - pname = "fzf-lua"; 4325 - version = "2024-12-20"; 4326 - src = fetchFromGitHub { 4327 - owner = "ibhagwan"; 4328 - repo = "fzf-lua"; 4329 - rev = "7de67daddd5d4cd7757481d5fdc2a879b7ced1ad"; 4330 - sha256 = "08rry48ipdz4mcbf834ips3y29lk54k7iqhzzgan1b7iqk3x0j70"; 4331 - }; 4332 - meta.homepage = "https://github.com/ibhagwan/fzf-lua/"; 4333 - }; 4334 - 4335 fzf-vim = buildVimPlugin { 4336 pname = "fzf.vim"; 4337 version = "2024-10-29";
··· 4320 meta.homepage = "https://github.com/gfanto/fzf-lsp.nvim/"; 4321 }; 4322 4323 fzf-vim = buildVimPlugin { 4324 pname = "fzf.vim"; 4325 version = "2024-10-29";
+2 -3
pkgs/applications/editors/vim/plugins/overrides.nix
··· 1061 dependencies = [ self.plenary-nvim ]; 1062 }; 1063 1064 - fzf-lua = super.fzf-lua.overrideAttrs { 1065 propagatedBuildInputs = [ fzf ]; 1066 - # FIXME: address already in use 1067 - # nvimRequireCheck = "fzf-lua"; 1068 }; 1069 1070 fzf-vim = super.fzf-vim.overrideAttrs {
··· 1061 dependencies = [ self.plenary-nvim ]; 1062 }; 1063 1064 + fzf-lua = neovimUtils.buildNeovimPlugin { 1065 + luaAttr = luaPackages.fzf-lua; 1066 propagatedBuildInputs = [ fzf ]; 1067 }; 1068 1069 fzf-vim = super.fzf-vim.overrideAttrs {
-1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 357 https://github.com/stsewd/fzf-checkout.vim/,, 358 https://github.com/monkoose/fzf-hoogle.vim/,HEAD, 359 https://github.com/gfanto/fzf-lsp.nvim/,, 360 - https://github.com/ibhagwan/fzf-lua/,HEAD, 361 https://github.com/junegunn/fzf.vim/,, 362 https://github.com/NTBBloodbath/galaxyline.nvim/,, 363 https://github.com/gbprod/nord.nvim/,,gbprod-nord
··· 357 https://github.com/stsewd/fzf-checkout.vim/,, 358 https://github.com/monkoose/fzf-hoogle.vim/,HEAD, 359 https://github.com/gfanto/fzf-lsp.nvim/,, 360 https://github.com/junegunn/fzf.vim/,, 361 https://github.com/NTBBloodbath/galaxyline.nvim/,, 362 https://github.com/gbprod/nord.nvim/,,gbprod-nord