Use coc for language IntelliSense completions

This commit is contained in:
ItsDrike 2021-09-15 18:47:58 +02:00
parent d35a9d3e83
commit f601d345f9
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
4 changed files with 5 additions and 17 deletions

View file

@ -0,0 +1 @@
let g:coc_global_extensions = ['coc-python', 'coc-json', 'coc-git', 'coc-html', 'coc-css']