mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
doc: nodejs
This commit is contained in:
parent
338664e96c
commit
0093c25dd3
@ -132,9 +132,10 @@ To disable Node support: >
|
|||||||
*g:node_host_prog*
|
*g:node_host_prog*
|
||||||
Command to start the Node host. Setting this makes startup faster.
|
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
|
By default, Nvim searches for `neovim-node-host` using "npm root -g", which
|
||||||
rather slow, you can set g:node_host_prog to avoid it.
|
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*
|
Clipboard integration *provider-clipboard* *clipboard*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user