Google specific vim prefs changes
This commit is contained in:
@ -83,7 +83,7 @@ call plug#begin('~/.vim/plugged')
|
|||||||
if filereadable(expand("~/.vimrc.local"))
|
if filereadable(expand("~/.vimrc.local"))
|
||||||
source ~/.vimrc.local
|
source ~/.vimrc.local
|
||||||
endif
|
endif
|
||||||
if filereadable(expand("~/.vim/prefs/google.vim"))
|
if filereadable(expand("~/.vim/prefs/use_google.vim"))
|
||||||
source ~/.vim/prefs/google.vim
|
source ~/.vim/prefs/google.vim
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -112,7 +112,7 @@ lua << EOF
|
|||||||
|
|
||||||
EOF
|
EOF
|
||||||
source ~/.vim/prefs/cmp.vim
|
source ~/.vim/prefs/cmp.vim
|
||||||
if filereadable(expand("~/.vim/prefs/google.vim"))
|
if filereadable(expand("~/.vim/prefs/use_google.vim"))
|
||||||
source ~/.vim/prefs/google_comments.vim
|
source ~/.vim/prefs/google_comments.vim
|
||||||
endif
|
endif
|
||||||
" source ~/.vim/prefs/ale.vim
|
" source ~/.vim/prefs/ale.vim
|
||||||
|
Reference in New Issue
Block a user