feat(nvf): add some vim options
This commit is contained in:
parent
e1e89b0b16
commit
b99c94c4d0
3 changed files with 20 additions and 8 deletions
10
modules/home/cli/editor/nvf/utility.nix
Normal file
10
modules/home/cli/editor/nvf/utility.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
yazi-nvim = {
|
||||
enable = true;
|
||||
mappings = {
|
||||
openYazi = "t";
|
||||
openYaziDir = "T";
|
||||
};
|
||||
setupOpts.open_for_directories = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue