Browse Source

coc: generalized extensions

master
TiynGER 3 weeks ago
parent
commit
50622a631f
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      wiki/linux/vim/coc.md

+ 0
- 5
wiki/linux/vim/coc.md

@ -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',
\ ]
```

Loading…
Cancel
Save