Added a note about an additional step for COC to work.

This commit is contained in:
Josh Sherman 2020-01-19 18:24:15 -06:00
parent 72873036ef
commit 5ffd47af5d
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -71,8 +71,8 @@ done
VIMPLUGS=(
"w0rp/ale"
"junegunn/fzf.vim"
"neoclide/coc.nvim"
"junegunn/fzf.vim"
"editorconfig/editorconfig-vim"
"sheerun/vim-polyglot"
@ -85,6 +85,9 @@ VIMPLUGS=(
"Quramy/tsuquyomi"
)
# TODO: COC needs some command run to work properly. It runs inside of vim and
# for the life of me, I can't remember how to run a command outside of vim.
for INDEX in ${!VIMPLUGS[*]}; do
VIMPLUG="${VIMPLUGS[$INDEX]}"
PLUGDIR=$(echo "$VIMPLUG" | cut -d '/' -f2)