doc: mention all supported plugins

Also, in the extensions mention the required vim plugin
This commit is contained in:
Christian Brabandt
2019-11-08 20:18:04 +01:00
parent 5b9cbc1a57
commit 664426be21
38 changed files with 67 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
" MIT License. Copyright (c) 2019 Peng Guanwen et al.
" vim: et ts=2 sts=2 sw=2
" Plugin: https://github.com/neoclide/coc
scriptencoding utf-8
let s:error_symbol = get(g:, 'airline#extensions#coc#error_symbol', 'E:')