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:
parent
98bb1cc8ac
commit
349f1668f0
@ -30,6 +30,8 @@ if !isdirectory(g:backupdir)
|
|||||||
endif
|
endif
|
||||||
let &backupdir=g:backupdir
|
let &backupdir=g:backupdir
|
||||||
|
|
||||||
|
set backupcopy=yes " copy the original file to backupdir and overwrite it
|
||||||
|
|
||||||
" General tab settings
|
" General tab settings
|
||||||
set tabstop=4 " number of visual spaces per TAB
|
set tabstop=4 " number of visual spaces per TAB
|
||||||
set softtabstop=4 " number of spaces in tab when editing
|
set softtabstop=4 " number of spaces in tab when editing
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user