This commit is contained in:
Christian Nieves
2023-03-27 12:32:57 -05:00
parent dce44d8c0c
commit ddd2d48665
17 changed files with 52 additions and 83 deletions

View File

@ -84,22 +84,18 @@ lua require('impatient')
" lua require'impatient'.enable_profile()
call plug#begin('~/.vim/plugged')
if filereadable(expand("~/.vimrc.local"))
source ~/.vimrc.local
endif
if filereadable(expand("~/.vimrc.local"))
source ~/.vimrc.local
endif
if filereadable(expand("~/use_google"))
source ~/.vim/prefs/google.vim
endif
if filereadable(expand("~/use_google"))
source ~/.vim/prefs/google.vim
endif
source ~/.vim/prefs/mappings.vim
source ~/.vim/prefs/leader.vim
source ~/.vim/prefs/ui.vim
source ~/.vim/prefs/ultisnips.vim
source ~/.vim/prefs/ripgrep.vim
source ~/.vim/prefs/fzf.vim
call plug#end() " required
source ~/.vim/prefs/mappings.vim
source ~/.vim/prefs/leader.vim
source ~/.vim/prefs/ui.vim
" source ~/.vim/prefs/fzf.vim
lua require("plugins")