mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
vimPlugins.fzf-lua: init at 2022-05-07
This commit is contained in:
parent
12697a1621
commit
e4bb2cac39
@ -2566,6 +2566,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/gfanto/fzf-lsp.nvim/";
|
||||
};
|
||||
|
||||
fzf-lua = buildVimPluginFrom2Nix {
|
||||
pname = "fzf-lua";
|
||||
version = "2022-05-07";
|
||||
src = fetchFromGitHub {
|
||||
owner = "ibhagwan";
|
||||
repo = "fzf-lua";
|
||||
rev = "b614a9d315512ec4ce9c1df41474e5ab8e12f7df";
|
||||
sha256 = "0gb7q4fbv3754ck44h6dd93dcy8j4czhhna1d2kgq21614xs303k";
|
||||
};
|
||||
meta.homepage = "https://github.com/ibhagwan/fzf-lua/";
|
||||
};
|
||||
|
||||
fzf-vim = buildVimPluginFrom2Nix {
|
||||
pname = "fzf.vim";
|
||||
version = "2022-04-07";
|
||||
|
@ -293,6 +293,10 @@ self: super: {
|
||||
'';
|
||||
});
|
||||
|
||||
fzf-lua = super.fzf-lua.overrideAttrs (old: {
|
||||
propagatedBuildInputs = [ fzf ];
|
||||
});
|
||||
|
||||
fzf-vim = super.fzf-vim.overrideAttrs (old: {
|
||||
dependencies = with self; [ fzfWrapper ];
|
||||
});
|
||||
|
@ -214,6 +214,7 @@ https://github.com/BeneCollyridam/futhark-vim/,,
|
||||
https://github.com/rktjmp/fwatch.nvim/,,
|
||||
https://github.com/stsewd/fzf-checkout.vim/,,
|
||||
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/jsfaint/gen_tags.vim/,,
|
||||
|
Loading…
Reference in New Issue
Block a user