From e77538294df754c7635c0898757d75aec5c228f3 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sat, 21 Apr 2018 14:33:28 -0500 Subject: [PATCH] Solarized in vim --- install | 3 +++ vimrc | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/install b/install index c2162fa..1fb756b 100755 --- a/install +++ b/install @@ -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*" diff --git a/vimrc b/vimrc index afc8f4d..c5ee38a 100644 --- a/vimrc +++ b/vimrc @@ -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