-- Configure LSP
return {
{
"neovim/nvim-lspconfig",
opts = {
servers = {
basedpyright = {
settings = {
typeCheckingMode = "basic",
},
}