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 configurable NODE_PATH support and improve module resolution #46

Open charlespwd opened 6 years ago

charlespwd commented 6 years ago

Proposed changes:

So if you ever defined src as your NODE_PATH for a project, you'll now be able to resolve your fancy imports with gf.

fixes #11