diff --git a/init.lua b/init.lua index ddcd1115..48ce7fbd 100644 --- a/init.lua +++ b/init.lua @@ -412,7 +412,15 @@ end local servers = { -- clangd = {}, -- gopls = {}, - pyright = {}, + pyright = { + python = { + analysis = { + typeCheckingMode = "off", + autoSearchPaths = true, + useLibraryCodeForTypes = true + } + } + }, -- rust_analyzer = {}, -- tsserver = {},