From db4effff2b551a2b554bc15b732a267f243e63c9 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Wed, 29 Jan 2020 22:50:03 -0600 Subject: [PATCH] feat(install): skip vim when installing Not too happy with trying to run this crap inside of vim, so opted to just run the install script directly once it's downloaded. --- install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install b/install index cdc6f57..20b7194 100755 --- a/install +++ b/install @@ -110,7 +110,9 @@ done curl -o "$HOME/.vim/colors/solarized.vim" https://raw.githubusercontent.com/altercation/vim-colors-solarized/master/colors/solarized.vim # Finishes installing CoC -vim +"call coc#util#install()" +qa +# vim +"call coc#util#install()" +qa +cd "$HOME/.vim/pack/plugins/start/coc.nvim" || exit +./install.sh nightly cd "$HOME" || exit rm -f "${HOME}/.zcompdump*"