feat(nvim): make backupskip support /dev/shm/
paths
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
This commit is contained in:
parent
84708a48fb
commit
29b1e210ad
@ -140,7 +140,7 @@ M.setup = function()
|
||||
|
||||
-- Backups
|
||||
opt.backupdir = vim.fn.stdpath("state") .. "/backup//"
|
||||
opt.backupskip = opt.backupskip + "*/*passage.*"
|
||||
opt.backupskip = opt.backupskip + "*/*passage.*" + "/dev/shm/*"
|
||||
opt.backup = true
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user