Added a note about an additional step for COC to work.
This commit is contained in:
parent
72873036ef
commit
5ffd47af5d
1 changed files with 4 additions and 1 deletions
5
install
5
install
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue