1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-02 06:19:25 +00:00
This commit is contained in:
2023-03-12 13:58:45 +01:00
parent 6567e2daae
commit ff52cc24f0
3 changed files with 15 additions and 4 deletions

View File

@ -0,0 +1,10 @@
return {
settings = {
python = {
analysis = {
autoSearchPaths = true,
useLibraryCodeForTypes = true,
},
},
},
}