Skip to content

Commit 044616a

Browse files
committed
Update README
1 parent cc0f516 commit 044616a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ autocmd User Node
8484
\ endif
8585
```
8686

87+
#### Want to resolve modules with a custom NODE_PATH?
88+
89+
```vim
90+
let g:vim_node#node_path = [$HOME.'/project/src', '/absolute/path']
91+
```
92+
93+
Or you can also start vim with the `NODE_PATH` environment variable set.
8794

8895
License
8996
-------

0 commit comments

Comments
 (0)