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

Highlight Trailing Whitespace #75

Open kopp opened 6 years ago

kopp commented 6 years ago

I like to have trailing whitespace highlighted. Currently I use ntpeters/vim-better-whitespace for that, but unfortunately, it does not seem to work in markdown files, for which I use vim-markdown. Could you imagine, why that is? If so, how can one fix it?

Note: I currently use set list as a workaround.