Added support for pyright lsp server

This commit is contained in:
2023-06-22 15:49:19 +02:00
parent 336309b39c
commit ed68e0f86b
2 changed files with 7 additions and 1 deletions

View File

@@ -20,7 +20,8 @@ mason_lspconfig.setup({
"tsserver",
"html",
"cssls",
"lua_ls"
"lua_ls",
"pyright"
},
automatic_installation = true,
})