Fix syntax

This commit is contained in:
Sonny Bakker 2021-05-29 15:14:42 +02:00
parent 449018c146
commit a24010f09e

View file

@ -118,15 +118,15 @@ let g:python3_host_prog = '~/.local/lib/coc/.venv/bin/python'
" default coc extensions
" see https://github.com/neoclide/coc.nvim/wiki/Using-coc-extensions#install-extensions
" installed if not detected to ~/.config/coc/extensions
let g:coc_global_extensions = [\
'coc-pyright',\
'coc-html',\
'coc-htmldjango',\
'coc-css',\
'coc-tsserver',\
'coc-git',\
'coc-json'\
]
let g:coc_global_extensions = [
\'coc-pyright',
\'coc-html',
\'coc-htmldjango',
\'coc-css',
\'coc-tsserver',
\'coc-git',
\'coc-json'
\]
if filereadable(expand('~/.config/nvim/override.vim'))
source ~/.config/nvim/override.vim