-- defines linters and their configurations -- return { -- { -- "mfussenegger/nvim-lint", -- optional = true, -- opts = { -- linters_by_ft = { -- markdown = { "markdownlint" }, -- }, -- }, -- }, -- } return {}