Add coc extensions for toml and rust

This commit is contained in:
2021-11-05 10:06:07 +03:00
parent 562ab837c5
commit 8a7ffff77a

View File

@@ -49,7 +49,9 @@ let g:coc_global_extensions = [
\ 'coc-emmet', \ 'coc-emmet',
\ 'coc-highlight', \ 'coc-highlight',
\ 'coc-python', \ 'coc-python',
\ 'coc-emoji' \ 'coc-emoji',
\ 'coc-toml',
\ 'coc-rls'
\ ] \ ]
" Use <cr> to confirm completion, `<C-g>u` means break undo chain at current position. " Use <cr> to confirm completion, `<C-g>u` means break undo chain at current position.