feat(homes/rafiq): port over configs
This commit is contained in:
parent
aa06b5f6fd
commit
4c82720251
15 changed files with 440 additions and 2 deletions
11
nix/homes/rafiq/_nvf/utility.nix
Normal file
11
nix/homes/rafiq/_nvf/utility.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
motion.hop.enable = true;
|
||||
yazi-nvim = {
|
||||
enable = true;
|
||||
mappings = {
|
||||
openYazi = "<leader>tt";
|
||||
openYaziDir = "<leader>TT";
|
||||
};
|
||||
setupOpts.open_for_directories = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue