return { "andrewferrier/wrapping.nvim", config = function() require("wrapping").setup { softener = { markdown = 1.3 }, } require("wrapping").set_mode_heuristically() end, }