mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
fix: configure and enable yazi
This commit is contained in:
parent
b3c0ab342c
commit
37caaa036d
2 changed files with 9 additions and 9 deletions
|
@ -335,15 +335,6 @@
|
|||
silent = true;
|
||||
};
|
||||
}
|
||||
{
|
||||
action = '':lua require("yazi").yazi("cwd")<CR>'';
|
||||
key = "<Leader>mm";
|
||||
options = {
|
||||
desc = "Open Yazi current nvim working directory";
|
||||
noremap = true;
|
||||
silent = true;
|
||||
};
|
||||
}
|
||||
# {
|
||||
# action = ":Yazi<CR>";
|
||||
# key = "<Leader>mf";
|
||||
|
@ -575,4 +566,9 @@
|
|||
})
|
||||
];
|
||||
};
|
||||
programs.yazi = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -15,4 +15,8 @@
|
|||
enable = true;
|
||||
flavor = "mocha";
|
||||
};
|
||||
programs.yazi.catppuccin = {
|
||||
enable = true;
|
||||
flavor = "macchiato";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue