enc: lua format custem

This commit is contained in:
asep.komarudin 2024-06-14 08:40:35 +07:00
parent 65857a4226
commit 384c0b5768
68 changed files with 1450 additions and 1450 deletions

View file

@ -1,12 +1,12 @@
local status_ok, mason_null_ls = pcall(require, "mason-null-ls")
if not status_ok then
return
return
end
mason_null_ls.setup({
ensure_installed = {
-- Opt to list sources here, when available in mason.
},
automatic_setup = true,
handlers = {},
ensure_installed = {
-- Opt to list sources here, when available in mason.
},
automatic_setup = true,
handlers = {},
})
-- mason_null_ls.setup_handlers({})