Added coc-snippets and switched to texlab

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
main
Marko Korhonen 5 years ago
parent 16b1c8f87b
commit c6a9c9b33d

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

Loading…
Cancel
Save