mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 13:07:36 +00:00
Disable prefer stylua to lua_ls formatter
This commit is contained in:
parent
7c6369ba98
commit
03df97c0d2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user