home: vim: remove redundant 'nobackup'
It's already the default.
This commit is contained in:
parent
452399ee4c
commit
0de9966127
|
@ -38,8 +38,6 @@ set tabstop=8
|
|||
|
||||
" File parameters {{{
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" Disable backups, we have source control for that
|
||||
set nobackup
|
||||
" Disable swapfiles too
|
||||
set noswapfile
|
||||
" }}}
|
||||
|
|
Loading…
Reference in a new issue