Update Google prefs loading

This commit is contained in:
Christian Nieves
2022-08-08 11:10:54 -05:00
parent d3abbde5c7
commit e00277beb0
15 changed files with 18 additions and 15 deletions

View File

@ -83,7 +83,7 @@ call plug#begin('~/.vim/plugged')
if filereadable(expand("~/.vimrc.local"))
source ~/.vimrc.local
endif
if filereadable(expand("~/.vim/prefs/use_google.vim"))
if filereadable(expand("~/use_google"))
source ~/.vim/prefs/google.vim
endif
@ -112,7 +112,7 @@ lua << EOF
EOF
source ~/.vim/prefs/cmp.vim
if filereadable(expand("~/.vim/prefs/use_google.vim"))
if filereadable(expand("~/use_google"))
source ~/.vim/prefs/google_comments.vim
endif