mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-10 18:47:45 +02:00
coc: generalized extensions
This commit is contained in:
parent
2c421ec929
commit
50622a631f
@ -77,11 +77,6 @@ A basic example for adding a few extensions is:
|
|||||||
|
|
||||||
```vimscript
|
```vimscript
|
||||||
let g:coc_global_extensions = [
|
let g:coc_global_extensions = [
|
||||||
\ 'coc-java',
|
|
||||||
\ 'coc-markdownlint',
|
|
||||||
\ 'coc-python',
|
|
||||||
\ 'coc-sh',
|
|
||||||
\ 'coc-vimtex',
|
|
||||||
\ ]
|
\ ]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user