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:
parent
6f549ab04f
commit
9ade1084d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue