mzlogin / vim-markdown-toc

A vim 7.4+ plugin to generate table of contents for Markdown files.
http://www.vim.org/scripts/script.php?script_id=5460
MIT License
609 stars 59 forks source link

File needs to have extension .md or .markdown #86

Open dariober opened 6 months ago

dariober commented 6 months ago

This tripped me more than once when working on a new file without a name yet: If a file does not have a valid markdown extension (.md or .markdown, I think), vim does not see the vim-markdown-toc commands at all. Perhaps add a note on the README?

mzlogin commented 6 months ago

Thx for suggestion, I had add a note on the readme.