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.
This commit is contained in:
parent
9dc104c070
commit
db4effff2b
1 changed files with 3 additions and 1 deletions
4
install
4
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*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue