Last active
June 12, 2021 19:04
-
-
Save brainplot/3f1893b737f6acce391873d6f068c22b to your computer and use it in GitHub Desktop.
Sensible configuration for a clean vim installation that doesn't write tilde files all over the system.
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
set number | |
set relativenumber | |
set nobackup | |
set nowritebackup | |
set noswapfile | |
set noundofile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment