10 lines
158 B
Nix
10 lines
158 B
Nix
{
|
|
yazi-nvim = {
|
|
enable = true;
|
|
mappings = {
|
|
openYazi = "t";
|
|
openYaziDir = "T";
|
|
};
|
|
setupOpts.open_for_directories = true;
|
|
};
|
|
}
|