Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extensions auto install #1

Closed
Arelav opened this issue Mar 27, 2019 · 1 comment
Closed

Extensions auto install #1

Arelav opened this issue Mar 27, 2019 · 1 comment

Comments

@Arelav
Copy link

Arelav commented Mar 27, 2019

For some reason, I can't leave a comment in

function! InstallDeps(info)

If you want you can do the same in a simple way. According to the docs you can just

let g:coc_global_extensions = ['coc-emmet',     \
                          'coc-highlight', \
                          'coc-html',      \
                          'coc-css',       \
                          'coc-vetur',     \
                          'coc-java',      \
                          'coc-yaml',      \
                          'coc-snippets',  \
                          'coc-tsserver',  \
                          'coc-json'       \
                          ]

and

  Plug 'neoclide/coc.nvim', {'tag': '*', 'do': { -> coc#util#install()}}
@gquittet
Copy link
Owner

Thank you very much for the tip! 👍
I update my config!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants