mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-05 02:07:19 +00:00
feat: keybind to toggle format on save
This commit is contained in:
parent
d1b497e3e5
commit
d43afa4316
2 changed files with 8 additions and 0 deletions
|
|
@ -63,6 +63,9 @@ in {
|
|||
format =
|
||||
mkMappingOption "Format"
|
||||
"<leader>lf";
|
||||
toggleFormatOnSave =
|
||||
mkMappingOption "Toggle format on save"
|
||||
"<leader>ltf";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue