moll / vim-node

Tools and environment to make Vim superb for developing with Node.js. Like Rails.vim for Node.
http://www.vim.org/scripts/script.php?script_id=4674
Other
807 stars 59 forks source link

Add a help file #29

Open nfischer opened 8 years ago

nfischer commented 8 years ago

It'd be nice if we could add a docs/ folder with documentation that's accessible from within vim via :h. @moll have you thought about adding this?

I know there a few utilities out there for auto-generating documentation from comments (which are really easy to use, in my experience). If you'd be interested, I could try a PR using Google's vimdoc package.