home: vim: remove redundant 'nobackup'

It's already the default.
This commit is contained in:
Bruno BELANYI 2024-07-10 22:45:48 +01:00
parent 452399ee4c
commit 0de9966127

View file

@ -38,8 +38,6 @@ set tabstop=8
" File parameters {{{ " File parameters {{{
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Disable backups, we have source control for that
set nobackup
" Disable swapfiles too " Disable swapfiles too
set noswapfile set noswapfile
" }}} " }}}