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

Some adjustment to help this plugin live happily with vim-markdown #49

Closed tuannvm closed 6 years ago

tuannvm commented 6 years ago

Problem

Solution

mzlogin commented 6 years ago

Thanks a lot for your pull request but I am sorry that I can't merge this.

Modern vim plugin managers, like Vundle, vim-plug, and so on, they all can make this plugin live happy with vim-markdown. I think use them is a more elegant way than remove the association.

To make commands easier to remember, you can set some alias in your vimrc. Change commands in plugin would make plugin users confused: where the commands gone?