Skip to content

Instantly share code, notes, and snippets.

@sdemjanenko
Created July 28, 2020 23:19
Show Gist options
  • Save sdemjanenko/05676fc252c90a3250b86f49d558409e to your computer and use it in GitHub Desktop.
Save sdemjanenko/05676fc252c90a3250b86f49d558409e to your computer and use it in GitHub Desktop.
.vimrc
if filereadable(expand('~/.vimrc.plugs'))
source ~/.vimrc.plugs
endif
if filereadable(expand('~/.vimrc.general'))
source ~/.vimrc.general
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment