astronvim/lsp/formatting.lua

10 lines
290 B
Lua
Raw Permalink Normal View History

2023-01-14 13:02:17 +01:00
return {
format_on_save = true, -- enable or disable auto formatting on save
disabled = { -- disable formatting capabilities for the listed clients
-- "sumneko_lua",
},
-- filter = function(client) -- fully override the default formatting function
-- return true
-- end
}