google / vimdoc

Helpfile generation for vim
Apache License 2.0
291 stars 28 forks source link

Allow vimdoc to crawl non-standard directories #25

Open Soares opened 10 years ago

Soares commented 10 years ago

Plugins with directories outside of the standard autoload/ftplugin/etc. may want those custom directories to be noticed by vimdoc. That's not currently possible.

dbarnett commented 10 years ago

Rather than adding a new vimdoc directive and creating potentially confusing scenarios where one .vim file pulls in another, one option would be to create a vimdoc.cfg or vimdoc.json file with global vimdoc config. Some other global config such as @order could be migrated into the same global config file.