fix: tabs + cmp fixed

This commit is contained in:
2025-07-13 19:00:23 +02:00
parent 33aec2f252
commit 9082f3926a
6 changed files with 50 additions and 110 deletions

View File

@@ -20,11 +20,10 @@ local config = {
["_"] = { "trim_whitespace" }, -- run only on filetypes without formater
-- ["*"] = { "trim_whitespace" }, -- run in all filetypes
},
-- Managed by lazyvim
-- format_on_save = {
-- timeout_ms = 500,
-- lsp_format = "fallback",
-- },
format_on_save = {
timeout_ms = 500,
lsp_format = "fallback",
},
-- Customize formatters
formatters = {
shfmt = {