1 files changed,
2 insertions(+),
1 deletions(-)
M
lua/fk/lsp/providers/pyright.lua
@@ -1,7 +1,8 @@
return { python = { + disableOrganizeImports = true, + autoSearchPaths = true, analysis = { - autoSearchPaths = true, useLibraryCodeForTypes = false, }, },