Disable prefer stylua to lua_ls formatter

This commit is contained in:
ViViDboarder 2023-06-13 16:14:25 -07:00
parent 7c6369ba98
commit 03df97c0d2
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ function M.configure(options)
})
end
sources = disable_formatter_filetypes_for_existing_servers(sources, { "python" })
sources = disable_formatter_filetypes_for_existing_servers(sources, { "python", "lua" })
-- Setup or configure null_ls
if null_ls["setup"] ~= nil then