1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-18 16:29:40 +01:00

plugins/fzf-lua: fix fzf_bin example

This commit is contained in:
Heitor Augusto 2025-11-14 14:33:14 -03:00 committed by Gaétan Lepage
parent 6f549ab04f
commit 9ade1084d5

View file

@ -10,7 +10,7 @@ let
fzf_bin = helpers.mkNullOrStr '' fzf_bin = helpers.mkNullOrStr ''
The path to the `fzf` binary to use. The path to the `fzf` binary to use.
Example: `"skim"` Example: `"sk"`
''; '';
}; };
settingsExample = { settingsExample = {