mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 22:47:18 +01:00
11 lines
193 B
Lua
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,
|
|
},
|
|
},
|
|
}
|