Updating null ls and lsp

This commit is contained in:
2023-09-01 00:07:48 +02:00
parent 2eaafbc10e
commit 7c528c7475
3 changed files with 9 additions and 7 deletions

View File

@@ -22,6 +22,8 @@ mason_lspconfig.setup({
"cssls",
"lua_ls",
"pyright",
"powershell_es",
},
automatic_installation = true,
})
@@ -29,8 +31,7 @@ mason_lspconfig.setup({
mason_null_ls.setup({
ensure_installed = {
"stylua",
"clang_format",
"eslint_d",
"clang-format",
},
automatic_installation = true,
})