local lspconfig = require("lspconfig") lspconfig.pylsp.setup{ settings = { pylsp = { plugins = { pycodestyle = { maxLineLength = 79 } } } } }