Solarized in vim

This commit is contained in:
Josh Sherman 2018-04-21 14:33:28 -05:00
parent 1ccc9d378b
commit e77538294d
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
2 changed files with 5 additions and 1 deletions

View file

@ -42,6 +42,7 @@ ln -s "$DOTFILES/zshrc" "$HOME/.zshrc"
mkdir -p \
"$DOTLOCAL" \
"$HOME/.local/share/vim/{swap,undo}" \
"$HOME/.vim/colors" \
"$HOME/.vim/pack/plugins/start"
$GITCLONE https://github.com/junegunn/fzf.git "$DOTFZF"
@ -73,6 +74,8 @@ for INDEX in ${!VIMPLUGS[*]}; do
$GITCLONE "https://github.com/${VIMPLUG}.git" "$HOME/.vim/pack/plugins/start/$PLUGDIR"
done
wget https://raw.githubusercontent.com/altercation/vim-colors-solarized/master/colors/solarized.vim "${HOME}/.vim/colors/"
cd "$HOME" || exit
rm -f "${HOME}/.zcompdump*"

3
vimrc
View file

@ -1,5 +1,6 @@
syntax on
colo default
set background=dark
color solarized
set ai et si sts=2 sw=2 ts=2
set hid