This commit is contained in:
2023-11-03 21:04:02 +01:00
commit 3b1035fd35
14 changed files with 372 additions and 0 deletions

6
lsp/formatting.lua Normal file
View File

@@ -0,0 +1,6 @@
return {
-- control auto formatting on save
format_on_save = {
enabled = false, -- enable or disable format on save globally
},
}