Created
July 28, 2020 23:19
-
-
Save sdemjanenko/05676fc252c90a3250b86f49d558409e to your computer and use it in GitHub Desktop.
.vimrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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