add default pyrightconfig.json

This commit is contained in:
Johannes Knopp
2024-12-20 11:35:34 +01:00
parent 4b8ae07386
commit add0be5d00
2 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ return {
analysis = {
useLibraryCodeForTypes = true,
typeCheckingMode = "basic",
configPath = vim.fn.expand('./pyrightconfig.json')
}
}
}