nvim: Remove auto-saving functionality from vim

Removed functionality that auto-saves all currently open windows
whenever vim loses focus, since that function is more bothersome than
helpful (and I remember to save my files 99.9% of the time anyway).

That 0.1% will also be impressed in my memory after forgetting once or
twice.
This commit is contained in:
Marty Oehme 2021-03-14 14:04:25 +01:00
parent 7181d881d7
commit aa116e928f
Signed by: Marty
GPG key ID: B7538B8F50A1C800

View file

@ -55,9 +55,6 @@ set smartcase
" shows previews of what substitute command will do (and a couple others)
set inccommand=split
" whenever vim loses focus, save
au FocusLost * :wa
" disables showing us the current mode in the command line since airline takes
" care of it
set noshowmode