summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Chiarulli <[email protected]>2020-05-09 00:41:52 -0400
committerGitHub <[email protected]>2020-05-09 00:41:52 -0400
commit990a0b998c5446dade6593b7415172ee8859d2e0 (patch)
tree393a9d88a8f69a8217212c721cedfc9158374071
parent481d63b57e524553e6cb2624288afb160e359db7 (diff)
parentc875ad307353b23cb2cf9de3ef315ca94c758337 (diff)
Merge pull request #6 from Petka17/node-path-fix
fix path to the neovim node executable
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5dd14ad9..c9a09815 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ let g:python3_host_prog = expand("<path to python with pynvim installed>")
let g:python3_host_prog = expand("~/.miniconda/envs/neovim/bin/python3.8") " <- example
let g:node_host_prog = expand("<path to node with neovim installed>")
-let g:node_host_prog = expand("~/.nvm/versions/node/v12.16.1/bin/node") " <- example
+let g:node_host_prog = expand("~/.nvm/versions/node/v12.16.1/bin/neovim-node-host") " <- example
```
## List of programs you should install