Unverified Commit 5b563b6c authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

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

parents 98c4ba17 10586634
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -4320,18 +4320,6 @@ final: prev:
    meta.homepage = "https://github.com/gfanto/fzf-lsp.nvim/";
  };
  fzf-lua = buildNeovimPlugin {
    pname = "fzf-lua";
    version = "2024-12-20";
    src = fetchFromGitHub {
      owner = "ibhagwan";
      repo = "fzf-lua";
      rev = "7de67daddd5d4cd7757481d5fdc2a879b7ced1ad";
      sha256 = "08rry48ipdz4mcbf834ips3y29lk54k7iqhzzgan1b7iqk3x0j70";
    };
    meta.homepage = "https://github.com/ibhagwan/fzf-lua/";
  };
  fzf-vim = buildVimPlugin {
    pname = "fzf.vim";
    version = "2024-10-29";
+2 −3
Original line number Diff line number Diff line
@@ -1061,10 +1061,9 @@ in
    dependencies = [ self.plenary-nvim ];
  };

  fzf-lua = super.fzf-lua.overrideAttrs {
  fzf-lua = neovimUtils.buildNeovimPlugin {
    luaAttr = luaPackages.fzf-lua;
    propagatedBuildInputs = [ fzf ];
    # FIXME: address already in use
    # nvimRequireCheck = "fzf-lua";
  };

  fzf-vim = super.fzf-vim.overrideAttrs {
+0 −1
Original line number Diff line number Diff line
@@ -357,7 +357,6 @@ https://github.com/rktjmp/fwatch.nvim/,,
https://github.com/stsewd/fzf-checkout.vim/,,
https://github.com/monkoose/fzf-hoogle.vim/,HEAD,
https://github.com/gfanto/fzf-lsp.nvim/,,
https://github.com/ibhagwan/fzf-lua/,HEAD,
https://github.com/junegunn/fzf.vim/,,
https://github.com/NTBBloodbath/galaxyline.nvim/,,
https://github.com/gbprod/nord.nvim/,,gbprod-nord