diff options
author | Chris <[email protected]> | 2020-04-01 17:15:46 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-04-01 17:15:46 -0400 |
commit | a02c31afca1936312a63412c07350baf9f88b1cd (patch) | |
tree | 18f03b5ed368a95b44450cccd54120e3f2e4a87f /modules/nodepath.vim | |
parent | 7a5a320a835dc0e1efb005dcf4aa3d593286778b (diff) |
big updates
Diffstat (limited to 'modules/nodepath.vim')
-rw-r--r-- | modules/nodepath.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/nodepath.vim b/modules/nodepath.vim new file mode 100644 index 00000000..20d6c33d --- /dev/null +++ b/modules/nodepath.vim @@ -0,0 +1,2 @@ +" 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") |