From 0093c25dd3795972b953f9914cc33fc38c5d9dbc Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Thu, 15 Mar 2018 04:59:18 +0100 Subject: [PATCH] doc: nodejs --- runtime/doc/provider.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/runtime/doc/provider.txt b/runtime/doc/provider.txt index d44cc2558e..4a76f1399e 100644 --- a/runtime/doc/provider.txt +++ b/runtime/doc/provider.txt @@ -132,9 +132,10 @@ To disable Node support: > *g:node_host_prog* Command to start the Node host. Setting this makes startup faster. -By default, Nvim searches for `neovim-node-host` using "npm root -g". This is -rather slow, you can set g:node_host_prog to avoid it. - +By default, Nvim searches for `neovim-node-host` using "npm root -g", which +can be slow. To avoid this, set g:node_host_prog to an absolute path: > + let g:node_host_prog = '/usr/local/bin/neovim-node-host' +< ============================================================================== Clipboard integration *provider-clipboard* *clipboard*