Changed comment for mason-null-ls auto install setting

This commit is contained in:
Josean Martinez 2022-10-21 15:49:21 -04:00
parent 7bcc514d41
commit 8a46b3b703

View file

@ -39,6 +39,6 @@ mason_null_ls.setup({
"stylua", -- lua formatter
"eslint_d", -- ts/js linter
},
-- auto-install configured servers (with lspconfig)
-- auto-install configured formatters & linters (with null-ls)
automatic_installation = true,
})