move pyright

This commit is contained in:
Christian Nieves
2023-11-17 16:10:40 +00:00
parent 7d6a1f823d
commit 91f68505a5

View File

@ -13,7 +13,6 @@ return {
"html", "html",
"rust_analyzer", "rust_analyzer",
"marksman", "marksman",
"pyright",
"sqlls", "sqlls",
"bashls", "bashls",
"dotls", "dotls",
@ -22,6 +21,7 @@ return {
if not use_google() then if not use_google() then
TableConcat(lsps, { TableConcat(lsps, {
"pyright",
"omnisharp_mono", "omnisharp_mono",
"tsserver", "tsserver",
"gopls", "gopls",