Skip to content

Instantly share code, notes, and snippets.

@brainplot
Last active June 12, 2021 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brainplot/3f1893b737f6acce391873d6f068c22b to your computer and use it in GitHub Desktop.
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.
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