Fix indent

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2019-11-03 12:19:57 +02:00
parent 7d894f650e
commit 82a32cb0a2

View file

@ -6,17 +6,18 @@ endif
" Set coc extensions
let g:coc_global_extensions = [
\ 'coc-tsserver',
\ 'coc-html',
\ 'coc-tsserver',
\ 'coc-json',
\ 'coc-yaml',
\ 'coc-highlight',
\ 'coc-vimtex',
\ 'coc-prettier',
\ 'coc-python',
\ 'coc-emmet'
\ ]
\ 'coc-tsserver',
\ 'coc-html',
\ 'coc-tsserver',
\ 'coc-json',
\ 'coc-yaml',
\ 'coc-highlight',
\ 'coc-vimtex',
\ 'coc-prettier',
\ 'coc-python',
\ 'coc-emmet',
\ 'coc-rls'
\ ]
call plug#begin()