vim-node icon indicating copy to clipboard operation
vim-node copied to clipboard

Add configurable NODE_PATH support and improve module resolution

Open charlespwd opened this issue 7 years ago • 1 comments

Proposed changes:

  • Use the node.js module resolution algorithm
  • Add support for $NODE_PATH
  • Add support for configurable g:vim_node#node_path variable
  • Add .editorconfig to prevent mixed indentation

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

charlespwd avatar Apr 04 '18 15:04 charlespwd

Hey, thanks, but I'll reopen this as a reminder to check it out someday. :)

moll avatar Apr 23 '25 13:04 moll