mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-08 16:34:26 +02:00
update config mason null-ls
This commit is contained in:
parent
8b301ea877
commit
928e944fe0
2 changed files with 11 additions and 5 deletions
|
@ -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({})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue