diff --git a/vim/.vimrc b/vim/.vimrc index cfcabb3..9f61c03 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -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? diff --git a/vim/.vimrc.local b/vim/.vimrc.local deleted file mode 100644 index e69de29..0000000 diff --git a/zsh/.oh-my-zsh/themes/powerlevel10k b/zsh/.oh-my-zsh/themes/powerlevel10k new file mode 160000 index 0000000..cf67cad --- /dev/null +++ b/zsh/.oh-my-zsh/themes/powerlevel10k @@ -0,0 +1 @@ +Subproject commit cf67cad46557d57d5d2399e6d893c317126e037c