Last active
August 28, 2025 14:19
-
-
Save wesinator/7eb78487200493b02575851307e52102 to your computer and use it in GitHub Desktop.
A sane vimrc / init.vim that doesn't cause vi to be disruptive to file writes.
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 noswapfile | |
| set backupcopy=yes |
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
| mkdir ~/.config/nvim && cp .vimrc ~/.config/nvim/init.vim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment