feat: keybind to toggle format on save

This commit is contained in:
Ching Pei Yang 2023-10-14 15:01:34 +02:00
commit d43afa4316
2 changed files with 8 additions and 0 deletions

View file

@ -63,6 +63,9 @@ in {
format =
mkMappingOption "Format"
"<leader>lf";
toggleFormatOnSave =
mkMappingOption "Toggle format on save"
"<leader>ltf";
};
};
}