awesome-streamers / awesome-streamerrc

Dotfiles for various streamers on Twitch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coc Extensions List

cxgslegend opened this issue · comments

I was just curious if there was a reason you didn't list your coc extensions with g:coc_global_extensions?

Here is mine:

let g:coc_global_extensions=[
\	'coc-clangd',
\	'coc-css',
\	'coc-html',
\	'coc-json',
\	'coc-markdownlint',
\	'coc-phpls',
\	'coc-python',
\	'coc-r-lsp',
\	'coc-sql',
\	'coc-texlab',
\	'coc-tsserver',
\	'coc-vetur',
\	'coc-vimlsp',
\	'coc-xml',
\	'coc-yaml',
\]

If you are not familiar with it, it will automatically install any of the missing extensions when you start neovim.

Great suggestion - I went ahead and updated mine in this commit 32e3845