2021-02-21 21:30:59 -05:00

17 lines
395 B
VimL

"__ _(_)_ __ ___ _ __ ___ "
"\ \ / / | '_ ` _ \| '__/ __|"
" \ V /| | | | | | | | | (__ "
" \_/ |_|_| |_| |_|_| \___|"
source ~/.vim/settings.vim
source ~/.vim/functions.vim
source ~/.vim/commands.vim
source ~/.vim/keybinds.vim
source ~/.vim/plugins.vim
source ~/.vim/autocmds.vim
source ~/.vim/colorschemes.vim
if filereadable(expand("~/.config/vimrc"))
source ~/.config/vimrc
endif