big changes

This commit is contained in:
Alex Muszynski
2025-09-16 11:30:40 -04:00
parent 7ba677f20a
commit cf8447c347
10 changed files with 44 additions and 68 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ return { -- Autoformat
-- Disable "format_on_save lsp_fallback" for languages that don't
-- have a well standardized coding style. You can add additional
-- languages here or re-enable it for the disabled ones.
local disable_filetypes = { c = true, cpp = true, typescript = true }
local disable_filetypes = { cpp = true, typescript = true }
return {
timeout_ms = 500,
lsp_fallback = not disable_filetypes[vim.bo[bufnr].filetype],