Skip to content

Commit 5b563b6

Browse files
authored
vimPlugins.fzf-lua: migrate to buildNeovimPlugin (#367778)
2 parents 98c4ba1 + 1058663 commit 5b563b6

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4320,18 +4320,6 @@ final: prev:
43204320
meta.homepage = "https://github.com/gfanto/fzf-lsp.nvim/";
43214321
};
43224322

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-
43354323
fzf-vim = buildVimPlugin {
43364324
pname = "fzf.vim";
43374325
version = "2024-10-29";

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,10 +1061,9 @@ in
10611061
dependencies = [ self.plenary-nvim ];
10621062
};
10631063

1064-
fzf-lua = super.fzf-lua.overrideAttrs {
1064+
fzf-lua = neovimUtils.buildNeovimPlugin {
1065+
luaAttr = luaPackages.fzf-lua;
10651066
propagatedBuildInputs = [ fzf ];
1066-
# FIXME: address already in use
1067-
# nvimRequireCheck = "fzf-lua";
10681067
};
10691068

10701069
fzf-vim = super.fzf-vim.overrideAttrs {

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ https://github.com/rktjmp/fwatch.nvim/,,
357357
https://github.com/stsewd/fzf-checkout.vim/,,
358358
https://github.com/monkoose/fzf-hoogle.vim/,HEAD,
359359
https://github.com/gfanto/fzf-lsp.nvim/,,
360-
https://github.com/ibhagwan/fzf-lua/,HEAD,
361360
https://github.com/junegunn/fzf.vim/,,
362361
https://github.com/NTBBloodbath/galaxyline.nvim/,,
363362
https://github.com/gbprod/nord.nvim/,,gbprod-nord

0 commit comments

Comments
 (0)