Switch out solarized for solarized8

Also commented out the COC stuff since it seems like it may not be
necessary any longer.
This commit is contained in:
Josh Sherman 2020-05-09 10:16:10 -05:00
parent 503289dde8
commit dd2246ce4e
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
2 changed files with 4 additions and 4 deletions

View file

@ -99,12 +99,12 @@ for INDEX in ${!VIMPLUGS[*]}; do
$GITCLONE "https://github.com/$VIMPLUG.git" "$HOME/.vim/pack/plugins/start/$PLUGDIR"
done
curl -o "$HOME/.vim/colors/solarized.vim" https://raw.githubusercontent.com/altercation/vim-colors-solarized/master/colors/solarized.vim
git clone https://github.com/lifepillar/vim-solarized8.git "$HOME/.vim/pack/themes/opt/solarized8"
# Finishes installing CoC
# vim +"call coc#util#install()" +qa
cd "$HOME/.vim/pack/plugins/start/coc.nvim" || exit
./install.sh nightly
# cd "$HOME/.vim/pack/plugins/start/coc.nvim" || exit
# ./install.sh nightly
cd "$HOME" || exit
rm -f "${HOME}/.zcompdump*"

2
vimrc
View file

@ -1,5 +1,5 @@
syntax on
color solarized
color solarized8
set background=dark