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

wavy lines #21

Closed tracyone closed 9 years ago

tracyone commented 9 years ago

2014_007

???? how can i make the wavy lines disappear

gabrielelana commented 9 years ago

That’s the vim spell checker. You could either:

Let me know if this works for you

tracyone commented 9 years ago

au BufRead,BufNewFile *.{md,mdown,mkd,mkdn,markdown,mdwn} :setlocal nospell work or au FileType markdown setlocal nospell work

3Q