nvim/after/lsp/basedpyright.lua

8 lines
96 B
Lua

return {
settings = {
basedpyright = {
typeCheckingMode = 'standard',
},
},
}