1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-04 07:47:45 +02:00

coc: generalized extensions

This commit is contained in:
TiynGER 2020-12-08 16:37:29 +01:00
parent 2c421ec929
commit 50622a631f

View File

@ -77,11 +77,6 @@ A basic example for adding a few extensions is:
```vimscript
let g:coc_global_extensions = [
\ 'coc-java',
\ 'coc-markdownlint',
\ 'coc-python',
\ 'coc-sh',
\ 'coc-vimtex',
\ ]
```