Switched colorschemes, got CoC compiling

This commit is contained in:
Josh Sherman 2020-05-09 10:47:24 -05:00
parent dd2246ce4e
commit 00fa8559ae
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
2 changed files with 7 additions and 9 deletions

13
install
View file

@ -86,10 +86,6 @@ VIMPLUGS=(
# TypeScript
"leafgarland/typescript-vim"
"Quramy/tsuquyomi"
# Hoping vim-polyglot deprecates the need for these
# "jelera/vim-javascript-syntax"
# "Quramy/vim-js-pretty-template"
)
for INDEX in ${!VIMPLUGS[*]}; do
@ -99,12 +95,15 @@ for INDEX in ${!VIMPLUGS[*]}; do
$GITCLONE "https://github.com/$VIMPLUG.git" "$HOME/.vim/pack/plugins/start/$PLUGDIR"
done
# TODO: Want to be able to toggle between these for a bit
curl -o "$HOME/.vim/colors/solarized.vim" https://raw.githubusercontent.com/altercation/vim-colors-solarized/master/colors/solarized.vim
curl -o "$HOME/.vim/colors/solarized.vim" https://raw.githubusercontent.com/romainl/flattened/master/colors/flattened_dark.vim
# Can't seem to get this guy to use truecolor in my terminal...
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
yarn install --frozen-lockfile
cd "$HOME" || exit
rm -f "${HOME}/.zcompdump*"

3
vimrc
View file

@ -1,6 +1,5 @@
syntax on
color solarized8
color flattened_dark
set background=dark
" FIX: Spell check highlighting broke for some reason