Files
nvim/lua/plugins/format.lua
2024-03-09 00:02:07 +01:00

11 lines
193 B
Lua

return {
'stevearc/conform.nvim',
opts = {
format_on_save = {
-- These options will be passed to conform.format()
timeout_ms = 500,
lsp_fallback = true,
},
},
}