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 40b96ffc4b
commit 505fa568e0
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

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()