SyntaxFix
Write A Post
Hire A Developer
Questions
To disable swap files from within vim, type
:set noswapfile
To disable swap files permanently, add the below to your ~/.vimrc file
~/.vimrc
set noswapfile
For more details see the Vim docs on swapfile