add default pyrightconfig.json
This commit is contained in:
@ -91,6 +91,7 @@ return {
|
|||||||
analysis = {
|
analysis = {
|
||||||
useLibraryCodeForTypes = true,
|
useLibraryCodeForTypes = true,
|
||||||
typeCheckingMode = "basic",
|
typeCheckingMode = "basic",
|
||||||
|
configPath = vim.fn.expand('./pyrightconfig.json')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
0
nvim/lua/config/plugins/lsp/pyrightconfig.json
Normal file
0
nvim/lua/config/plugins/lsp/pyrightconfig.json
Normal file
Reference in New Issue
Block a user