require"lspconfig".efm.setup { init_options = {documentFormatting = true}, filetypes = {"lua"}, settings = { rootMarkers = {".git/"}, languages = { lua = { { formatCommand = "lua-format -i --no-keep-simple-function-one-line --column-limit=100", formatStdin = true } } } } }