Added toml completer

This commit is contained in:
Michael Mandl 2020-11-07 14:24:39 +01:00
parent 077f833fe9
commit afceb7dbb3
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

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