Open andy-cowley opened 3 years ago
Current implementation resets textwidth to 0 which breaks any personal settings. Could we add an override for this?
textwidth
0
https://github.com/gabrielelana/vim-markdown/blob/772de97c97d37e5e22d7bd6884b17b858a687bc2/ftplugin/markdown.vim#L56
I’m also running afoul of this. Why is it necessary to override the user’s textwidth?
Likely related: https://github.com/gabrielelana/vim-markdown/issues/99
Current implementation resets
textwidth
to0
which breaks any personal settings. Could we add an override for this?https://github.com/gabrielelana/vim-markdown/blob/772de97c97d37e5e22d7bd6884b17b858a687bc2/ftplugin/markdown.vim#L56