We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69674d commit 5653e18Copy full SHA for 5653e18
lua/astrocommunity/editing-support/conform-nvim/init.lua
@@ -59,7 +59,7 @@ return {
59
opts = {
60
default_format_opts = { lsp_format = "fallback" },
61
format_on_save = function(bufnr)
62
- if vim.F.if_nil(vim.b[bufnr].autoformat, vim.g.autoformat, true) then return { timeout_ms = 500 } end
+ if vim.F.if_nil(vim.b[bufnr].autoformat, vim.g.autoformat, true) then return { lsp_format = "fallback" } end
63
end,
64
},
65
}
0 commit comments