update config mason null-ls

This commit is contained in:
asep komarudin 2023-04-09 09:15:20 +07:00
parent 8b301ea877
commit 928e944fe0
2 changed files with 11 additions and 5 deletions

View file

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