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') call plug#begin('~/.vim/plugged')
source ~/.vim/prefs/plugins.vim source ~/.vim/prefs/plugins.vim
if filereadable(expand("~/.vimrc.local")) if filereadable(expand("~/.vimrc.local"))
source ~/.vimrc.local
endif
if filereadable(expand("~/.vim/prefs/google.vim"))
source ~/.vim/prefs/google.vim source ~/.vim/prefs/google.vim
endif endif
@ -109,7 +112,9 @@ lua << EOF
EOF EOF
source ~/.vim/prefs/cmp.vim 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 " source ~/.vim/prefs/ale.vim
filetype plugin on " redundant? filetype plugin on " redundant?

View File

Submodule zsh/.oh-my-zsh/themes/powerlevel10k added at cf67cad465