1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Update backupcopy option

This commit is contained in:
jdhao 2019-11-16 16:36:41 +08:00 committed by GitHub
parent 98bb1cc8ac
commit 349f1668f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,8 @@ if !isdirectory(g:backupdir)
endif
let &backupdir=g:backupdir
set backupcopy=yes " copy the original file to backupdir and overwrite it
" General tab settings
set tabstop=4 " number of visual spaces per TAB
set softtabstop=4 " number of spaces in tab when editing