11 lines
204 B
Nix
11 lines
204 B
Nix
{
|
|
motion.hop.enable = true;
|
|
yazi-nvim = {
|
|
enable = true;
|
|
mappings = {
|
|
openYazi = "<leader>tt";
|
|
openYaziDir = "<leader>TT";
|
|
};
|
|
setupOpts.open_for_directories = true;
|
|
};
|
|
}
|