1
0

Fix bug when install.sh is not called from current directory

This commit is contained in:
2019-10-02 15:36:39 +02:00
parent 3c0b57dbf0
commit c87fa9ea35
2 changed files with 5 additions and 2 deletions

4
vimrc
View File

@ -45,7 +45,9 @@ set showmatch
set laststatus=2 " Always display statusline
set background=dark
let g:gruvbox_contrast_dark='hard'
colorscheme gruvbox
if filereadable( expand("$HOME/.vim/bundle/gruvbox/colors/gruvbox.vim") )
colorscheme gruvbox
endif
" Indentation
set tabstop=4