Код: Выделить всё
require("lspconfig").pylsp.setup({
settings = {
pylsp = {
plugins = {
pycodestyle = {
ignore = { "W391" },
maxLineLength = 100,
},
},
},
},
})
Код: Выделить всё
lazy: require("lazy.health").check()
lazy.nvim ~
- OK Git installed
- OK no existing packages found by other package managers
- OK packer_compiled.lua not found
- ERROR Issues were reported when loading your specs:
- ERROR Invalid spec module: `plugins.pycodestyle-ignore`
- ERROR Expected a `table` of specs, but a `boolean` was returned instead
Подробнее здесь: https://stackoverflow.com/questions/763 ... ore-errors