From 91f68505a5ee7e9bc2aceb14c81d0f2a878c63e6 Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Fri, 17 Nov 2023 16:10:40 +0000 Subject: [PATCH] move pyright --- vim/.vim/lua/plugins/mason.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/.vim/lua/plugins/mason.lua b/vim/.vim/lua/plugins/mason.lua index c580b1c..d097e25 100644 --- a/vim/.vim/lua/plugins/mason.lua +++ b/vim/.vim/lua/plugins/mason.lua @@ -13,7 +13,6 @@ return { "html", "rust_analyzer", "marksman", - "pyright", "sqlls", "bashls", "dotls", @@ -22,6 +21,7 @@ return { if not use_google() then TableConcat(lsps, { + "pyright", "omnisharp_mono", "tsserver", "gopls",