gabrielelana / vim-markdown

Markdown for Vim: a complete environment to create Markdown files with a syntax highlight that doesn't suck!
MIT License
740 stars 59 forks source link

Option for textwidth #97

Open andy-cowley opened 3 years ago

andy-cowley commented 3 years ago

Current implementation resets textwidth to 0 which breaks any personal settings. Could we add an override for this?

https://github.com/gabrielelana/vim-markdown/blob/772de97c97d37e5e22d7bd6884b17b858a687bc2/ftplugin/markdown.vim#L56

otherjoel commented 1 year ago

I’m also running afoul of this. Why is it necessary to override the user’s textwidth?

awvalenti commented 3 weeks ago

Likely related: https://github.com/gabrielelana/vim-markdown/issues/99