I'm looking for Markdown display help for Neovim.
I have text wrapping at whitespace rather than in the middle of words, but the link underlines still extend to the edge.
I have `vim.opt.linebreak = true` in ftplugins/markdown.lua, and that's all I'm doing to format the display. My config files (based on Kickstart) are here: https://github.com/reillypascal/kickstart.nvim
Any ideas what would fix this?