From 889d7df0c73d9aac2c62f969d869ec86e42817c0 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Fri, 30 Aug 2024 23:24:53 -0700 Subject: [PATCH] pyright config change --- lua/plugins/lsp.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index a6bbef2..e661549 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -78,8 +78,10 @@ return { pyright = { python = { analysis = { + autoImportCompletions = true, autoSearchPaths = true, diagnosticMode = "openFilesOnly", + typeCheckingMode = "basic", useLibraryCodeForTypes = true, }, },