1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-11-15 04:31:12 +00:00
dotfiles/.config/nvim/lua/plugins/lsp/settings/pyright.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,
},
},
},
}