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

Is it better to explain when the plugin was loaded int the readme? #9

Open huangyg11 opened 10 years ago

huangyg11 commented 10 years ago

My project don't have a package.json or node_module dir. So it take a few minutes to find out why the plugin didn't work.

moll commented 10 years ago

Hey! Thank you, @huangyg11, for drawing attention to this! Sorry about the confusion! I will add a note to the README to make it more clear!

Or would you expect to be able to use :Nedit in any Vim window (regardless of its directory) to open core Node modules?

huangyg11 commented 10 years ago

I meand the first one. Personnally, I think the command working in the context of a node project is enough.