summaryrefslogtreecommitdiff
path: root/modules/nodepath.vim
diff options
context:
space:
mode:
authorChris <[email protected]>2020-04-09 14:09:56 -0400
committerChris <[email protected]>2020-04-09 14:09:56 -0400
commitde8b5598e795b55ed70458cc37e6d237241a8ff0 (patch)
treef2d11537b5638f35c0bc527708f679570b8a832d /modules/nodepath.vim
parent374e3ab69621d03571c36e248ab311c0facffec9 (diff)
updates and stuff
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")