summaryrefslogtreecommitdiff
path: root/modules/nodepath.vim
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nodepath.vim')
-rw-r--r--modules/nodepath.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/nodepath.vim b/modules/nodepath.vim
index 20d6c33d..792df67d 100644
--- a/modules/nodepath.vim
+++ b/modules/nodepath.vim
@@ -1,2 +1,3 @@
" You can comment this and recomment it after installing coc executable('~/.nvm/versions/node/v12.16.1/bin/node')
-let g:coc_node_path = expand("~/.nvm/versions/node/v12.16.1/bin/node")
+let g:node_host_prog = expand("~/.fnm/aliases/stable/bin/node")
+let g:coc_node_path = expand("~/.fnm/aliases/stable/bin/node")