From c875ad307353b23cb2cf9de3ef315ca94c758337 Mon Sep 17 00:00:00 2001 From: Petr Klimenko Date: Fri, 8 May 2020 20:26:32 +0300 Subject: fix path to the node executable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("") let g:python3_host_prog = expand("~/.miniconda/envs/neovim/bin/python3.8") " <- example let g:node_host_prog = expand("") -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 -- cgit v1.2.3