lol

vimPlugins.fzf-lua: init at 2022-05-07

authored by

Matthieu Coudron and committed by
Matthieu Coudron
e4bb2cac 12697a16

+17
+12
pkgs/applications/editors/vim/plugins/generated.nix
··· 2566 2566 meta.homepage = "https://github.com/gfanto/fzf-lsp.nvim/"; 2567 2567 }; 2568 2568 2569 + fzf-lua = buildVimPluginFrom2Nix { 2570 + pname = "fzf-lua"; 2571 + version = "2022-05-07"; 2572 + src = fetchFromGitHub { 2573 + owner = "ibhagwan"; 2574 + repo = "fzf-lua"; 2575 + rev = "b614a9d315512ec4ce9c1df41474e5ab8e12f7df"; 2576 + sha256 = "0gb7q4fbv3754ck44h6dd93dcy8j4czhhna1d2kgq21614xs303k"; 2577 + }; 2578 + meta.homepage = "https://github.com/ibhagwan/fzf-lua/"; 2579 + }; 2580 + 2569 2581 fzf-vim = buildVimPluginFrom2Nix { 2570 2582 pname = "fzf.vim"; 2571 2583 version = "2022-04-07";
+4
pkgs/applications/editors/vim/plugins/overrides.nix
··· 293 293 ''; 294 294 }); 295 295 296 + fzf-lua = super.fzf-lua.overrideAttrs (old: { 297 + propagatedBuildInputs = [ fzf ]; 298 + }); 299 + 296 300 fzf-vim = super.fzf-vim.overrideAttrs (old: { 297 301 dependencies = with self; [ fzfWrapper ]; 298 302 });
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 214 214 https://github.com/rktjmp/fwatch.nvim/,, 215 215 https://github.com/stsewd/fzf-checkout.vim/,, 216 216 https://github.com/gfanto/fzf-lsp.nvim/,, 217 + https://github.com/ibhagwan/fzf-lua/,HEAD, 217 218 https://github.com/junegunn/fzf.vim/,, 218 219 https://github.com/NTBBloodbath/galaxyline.nvim/,, 219 220 https://github.com/jsfaint/gen_tags.vim/,,