13 lines
215 B
Lua
13 lines
215 B
Lua
return {
|
|
cmd = { 'basedpyright-langserver', '--stdio' },
|
|
filetypes = { 'python' },
|
|
settings = {
|
|
basedpyright = {
|
|
analysis = {
|
|
typeCheckingMode = 'off',
|
|
reportUnusedVariable = false,
|
|
},
|
|
},
|
|
},
|
|
}
|