mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-08 17:21:23 +01:00
Changed comment for mason-null-ls auto install setting
This commit is contained in:
parent
7bcc514d41
commit
8a46b3b703
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,6 @@ mason_null_ls.setup({
|
||||||
"stylua", -- lua formatter
|
"stylua", -- lua formatter
|
||||||
"eslint_d", -- ts/js linter
|
"eslint_d", -- ts/js linter
|
||||||
},
|
},
|
||||||
-- auto-install configured servers (with lspconfig)
|
-- auto-install configured formatters & linters (with null-ls)
|
||||||
automatic_installation = true,
|
automatic_installation = true,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue