diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 445d5ee..d368e3d 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -41,7 +41,7 @@ return { local servers = { 'texlab', 'copilot', - 'basedpyright', + 'ty', 'ruff', 'clangd', 'lua_ls',