Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
charlespwd committed Apr 4, 2018
1 parent cc0f516 commit 044616a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------
Expand Down

0 comments on commit 044616a

Please sign in to comment.