add lint.lua and more
This commit is contained in:
parent
d97cbf8bec
commit
ebda2c1caf
4 changed files with 24 additions and 1 deletions
|
@ -27,7 +27,7 @@ return {
|
|||
})
|
||||
|
||||
mason_lspconfig.setup({
|
||||
-- list of servers for mason to install
|
||||
automatic_installation = true,
|
||||
ensure_installed = {
|
||||
"cssls",
|
||||
"emmet_ls",
|
||||
|
@ -44,6 +44,7 @@ return {
|
|||
})
|
||||
|
||||
mason_tool_installer.setup({
|
||||
auto_update = true,
|
||||
ensure_installed = {
|
||||
"prettier", -- prettier formatter
|
||||
"stylua", -- lua formatter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue