all repos

init.lua @ 7d863ed

my nvim config
1 files changed, 2 insertions(+), 1 deletions(-)
Update pyright config
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-02-28 18:34:23 +0200
Parent: 7c1e37c
M lua/fk/lsp/providers/pyright.lua

@@ -1,7 +1,8 @@

return { python = { + disableOrganizeImports = true, + autoSearchPaths = true, analysis = { - autoSearchPaths = true, useLibraryCodeForTypes = false, }, },