disabled swap file creation on neovim.

This commit is contained in:
Gabe Venberg 2018-12-21 14:24:39 -06:00
parent 903fdb4c7d
commit 36c80f642e
2 changed files with 2 additions and 1 deletions

View file

@ -20,6 +20,7 @@ set lazyredraw
set autoread
set history=5000
filetype plugin on
set noswapfile "disables creation of swap files
"user interface stuff
"disables the autocommenting stuff.