浏览代码

Merge pull request #6 from Petka17/node-path-fix

fix path to the neovim node executable
Christian Chiarulli 5 年之前
父节点
当前提交
990a0b998c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
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