From f6b62e9adff3d7b13b49bc79269ec4ed967c9b95 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Fri, 5 Sep 2025 12:11:16 +0200 Subject: [PATCH] use pyrefly instead of basedbypright --- lua/plugins/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',