dotfiles/.config/nvim/lua/plugins/basedpyright.lua

12 lines
182 B
Lua

return {
"neovim/nvim-lspconfig",
opts = {
servers = {
basedpyright = {
analysis = {
typeCheckingMode = "standard",
},
},
},
},
}