pantheon/modules/home/cli/editor/nvf/utility.nix

10 lines
158 B
Nix

{
yazi-nvim = {
enable = true;
mappings = {
openYazi = "t";
openYaziDir = "T";
};
setupOpts.open_for_directories = true;
};
}