Added coc-snippets and switched to texlab

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-18 21:25:32 +02:00
parent 4858a340dc
commit 7febabd81d
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -11,12 +11,13 @@ let g:coc_global_extensions = [
\ 'coc-tsserver',
\ 'coc-json',
\ 'coc-yaml',
\ 'coc-vimtex',
\ 'coc-texlab',
\ 'coc-prettier',
\ 'coc-python',
\ 'coc-emmet',
\ 'coc-rust-analyzer',
\ 'coc-markdownlint',
\ 'coc-snippets',
\ ]
call plug#begin()