Fixing node stuff

This commit is contained in:
Anthony Cicchetti 2019-11-15 07:53:01 -05:00
parent ee02893b73
commit 0118603e26

View file

@ -128,7 +128,7 @@ endfunction
function! s:ensureNode()
if (s:cmdexitcode('neovim-node-host --version'))
let l:jobid = s:asyncFunc('yarn global add neovim', 's:ensureNode')
let l:jobid = s:asyncFunc('yarn global add neovim', 's:handlenode')
au VimEnter * CocInstall coc-tsserver
endif
endfunction