mirror of
https://github.com/softinio/nvim-config.git
synced 2025-09-03 08:06:41 -07:00
pyright config change
This commit is contained in:
parent
0e57d13d1d
commit
889d7df0c7
1 changed files with 2 additions and 0 deletions
|
@ -78,8 +78,10 @@ return {
|
|||
pyright = {
|
||||
python = {
|
||||
analysis = {
|
||||
autoImportCompletions = true,
|
||||
autoSearchPaths = true,
|
||||
diagnosticMode = "openFilesOnly",
|
||||
typeCheckingMode = "basic",
|
||||
useLibraryCodeForTypes = true,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue