From de8b5598e795b55ed70458cc37e6d237241a8ff0 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 9 Apr 2020 14:09:56 -0400 Subject: updates and stuff --- modules/nodepath.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/nodepath.vim') 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") -- cgit v1.2.3