Solarized in vim
This commit is contained in:
parent
1ccc9d378b
commit
e77538294d
2 changed files with 5 additions and 1 deletions
3
install
3
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*"
|
||||
|
||||
|
|
3
vimrc
3
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue