From 044616ad14890aa006128c187d02abb8297ba435 Mon Sep 17 00:00:00 2001 From: "Charles-P. Clermont" Date: Wed, 4 Apr 2018 11:46:59 -0400 Subject: [PATCH] Update README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7d63374..3903add 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,13 @@ autocmd User Node \ endif ``` +#### Want to resolve modules with a custom NODE_PATH? + +```vim +let g:vim_node#node_path = [$HOME.'/project/src', '/absolute/path'] +``` + +Or you can also start vim with the `NODE_PATH` environment variable set. License -------