diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 43f7679..b74f7ad 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -39,7 +39,7 @@ return { lazy = false, config = function() local servers = { - 'basedpyright', + 'pyrefly', 'ruff', 'clangd', 'lua_ls',