mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Add backup for files
This commit is contained in:
parent
632761391b
commit
00f49a2667
@ -33,6 +33,7 @@ if !isdirectory(g:backupdir)
|
|||||||
endif
|
endif
|
||||||
let &backupdir=g:backupdir
|
let &backupdir=g:backupdir
|
||||||
|
|
||||||
|
set backup " create backup for files
|
||||||
set backupcopy=yes " copy the original file to backupdir and overwrite it
|
set backupcopy=yes " copy the original file to backupdir and overwrite it
|
||||||
|
|
||||||
" General tab settings
|
" General tab settings
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user