dotfiles/nvim/lua/plugins/conform.lua

10 lines
136 B
Lua
Raw Normal View History

2024-06-23 20:29:09 +02:00
return {
'stevearc/conform.nvim',
opts = {
format_on_save = {
timeout_ms = 500,
lsp_format = "fallback"
}
}
}