Fixing node stuff
This commit is contained in:
parent
ee02893b73
commit
0118603e26
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ endfunction
|
||||||
|
|
||||||
function! s:ensureNode()
|
function! s:ensureNode()
|
||||||
if (s:cmdexitcode('neovim-node-host --version'))
|
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
|
au VimEnter * CocInstall coc-tsserver
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
Loading…
Add table
Reference in a new issue