13 lines
172 B
Nix
13 lines
172 B
Nix
{
|
|
plugins.fzf-lua = {
|
|
enable = true;
|
|
settings = {
|
|
winopts = {};
|
|
files = {
|
|
git_icons = true;
|
|
file_icons = true;
|
|
};
|
|
};
|
|
};
|
|
}
|