summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <[email protected]>2020-05-10 13:29:54 -0400
committerChris <[email protected]>2020-05-10 13:29:54 -0400
commitc6cf40cc57e5e8285af26011703c4aed5572e79a (patch)
tree9495cb75ab380371addefffe98b71f6afc74e978
parentf491cba67223affa6fcbdf701d62c50afd994459 (diff)
parent990a0b998c5446dade6593b7415172ee8859d2e0 (diff)
Merge branch 'master' of github.com:ChristianChiarulli/nvim
-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