disable swapfiles - they are just annoying

This commit is contained in:
Thomas Ruoff
2025-07-21 17:43:43 +02:00
parent 016684ea0e
commit 811d1df4b9

View File

@@ -7,6 +7,7 @@ vim.schedule(function() vim.opt.clipboard = 'unnamedplus' end)
vim.opt.breakindent = true vim.opt.breakindent = true
vim.opt.undofile = true vim.opt.undofile = true
vim.opt.swapfile = false
vim.opt.ignorecase = true vim.opt.ignorecase = true
vim.opt.smartcase = true vim.opt.smartcase = true