return {
"neovim/nvim-lspconfig",
opts = {
---@type lspconfig.options
servers = {
pylsp = {
settings = {
plugins = {
autopep8 = {
enabled = false
},
yapf = {
pylint = {
enabled = true
flake8 = {
["pylsp-mypy"] = {
enabled = true,
livemode = true
["pylsp-rope"] = {
["pyls-isort"] = {
["python-lsp-black"] = {
["pyls-memestra"] = {
}