rice/lvim/lsp-settings/pyright.json

6 lines
132 B
JSON
Raw Normal View History

2022-01-02 20:45:45 -08:00
{
"python.venvPath": "./env",
"python.analysis.autoImportCompletions": true,
"python.analysis.useLibraryCodeForTypes": true
}