From eb17aca1fc3f8f56e107ffec7766a1c8fba61578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Fri, 17 Oct 2025 16:53:34 +0200 Subject: [PATCH] feat: change from pyright to basedpyright --- 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 4c92ec7..3e50ce7 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -2,7 +2,7 @@ MiniDeps.later(function() MiniDeps.add("neovim/nvim-lspconfig") vim.lsp.enable({ - "pyright", + "basedpyright", "ts_ls", "rust_analyzer", "clangd",