0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

vimPlugins.fzf-lua: migrate to buildNeovimPlugin

This commit is contained in:
Austin Horstman 2024-12-23 18:45:44 -06:00
parent 8430d0d126
commit 10586634b5
No known key found for this signature in database
3 changed files with 2 additions and 16 deletions

View file

@ -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";

View file

@ -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 {

View file

@ -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