Added toml completer

main
mandlm 2020-11-07 14:24:39 +01:00
parent 077f833fe9
commit afceb7dbb3
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ let g:coc_global_extensions = [
\ 'coc-python', \ 'coc-python',
\ 'coc-rust-analyzer', \ 'coc-rust-analyzer',
\ 'coc-sh', \ 'coc-sh',
\ 'coc-toml',
\ 'coc-vimlsp', \ 'coc-vimlsp',
\ 'coc-yaml', \ 'coc-yaml',
\ ] \ ]