mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-14 22:51:13 +00:00
12 lines
227 B
Lua
12 lines
227 B
Lua
return {
|
|
cmd = { "/home/dani/.local/pipx/venvs/basedpyright/bin/basedpyright-langserver", "--stdio" },
|
|
settings = {
|
|
python = {
|
|
analysis = {
|
|
autoSearchPaths = true,
|
|
useLibraryCodeForTypes = true,
|
|
},
|
|
},
|
|
},
|
|
}
|