You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
" which means it loads AFTER the rest of the plugins
source ~/.vim/bindings.vim
source ~/.vim/plugins-override.vim
if filereadable(expand("~/.vim_local"))
echo "~/.vim_local is deprecated, please move it to ~/.local.vim"
source ~/.vim_local
endif
if filereadable(expand("~/.local.vim"))
echo "~/.local.vim is deprecated, please move it to ~/.local-after.vim or ~/.local-before.vim depending on the content.\nSee 'Local Configuration' section in the README.\n\n"