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:
parent
503289dde8
commit
dd2246ce4e
2 changed files with 4 additions and 4 deletions
6
install
6
install
|
@ -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
2
vimrc
|
@ -1,5 +1,5 @@
|
|||
syntax on
|
||||
color solarized
|
||||
color solarized8
|
||||
|
||||
set background=dark
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue