mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Fix how I handle when no solarized scheme exists.
This commit is contained in:
@@ -58,7 +58,7 @@ if has('gui_running')
|
|||||||
else
|
else
|
||||||
let g:solarized_termcolors=256
|
let g:solarized_termcolors=256
|
||||||
endif
|
endif
|
||||||
colorscheme solarized
|
silent! colorscheme solarized
|
||||||
" Enable filetype support
|
" Enable filetype support
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
" Allow file modelines
|
" Allow file modelines
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ function install_basic_dir {
|
|||||||
function postinstall {
|
function postinstall {
|
||||||
# Install Vundle plugins
|
# Install Vundle plugins
|
||||||
if [ -d $HOME/.vim/bundle/Vundle.vim ] ; then
|
if [ -d $HOME/.vim/bundle/Vundle.vim ] ; then
|
||||||
vim -s +VundleInstall +qall
|
vim +VundleInstall +qall
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user