Change formater

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-04-25 15:35:57 +02:00
parent bcd4fa9839
commit 6ed60d7a13
2 changed files with 15 additions and 2 deletions
+9
View File
@@ -207,6 +207,15 @@
desc = "Move to right window";
}
# Format
{
key = "<leader>lf";
mode = "n";
silent = true;
action = "<cmd>lua require('conform').format({ async = true, lsp_format = 'fallback' })<cr>";
desc = "Format file";
}
# Save
{
key = "<C-s>";