Macbook changes

This commit is contained in:
Christian Nieves
2022-07-08 21:40:19 -05:00
parent 453fa67d0b
commit 7786d43b94
3 changed files with 7 additions and 1 deletions

View File

@ -81,6 +81,9 @@ set updatetime=100
call plug#begin('~/.vim/plugged')
source ~/.vim/prefs/plugins.vim
if filereadable(expand("~/.vimrc.local"))
source ~/.vimrc.local
endif
if filereadable(expand("~/.vim/prefs/google.vim"))
source ~/.vim/prefs/google.vim
endif
@ -109,7 +112,9 @@ lua << EOF
EOF
source ~/.vim/prefs/cmp.vim
source ~/.vim/prefs/google_comments.vim
if filereadable(expand("~/.vim/prefs/google.vim"))
source ~/.vim/prefs/google_comments.vim
endif
" source ~/.vim/prefs/ale.vim
filetype plugin on " redundant?

View File