turn off swapfiles

This commit is contained in:
andrzej 2024-09-29 16:06:44 +02:00
parent 8968b2dfd1
commit 7c6fc36290
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
vim.opt.swapfile = false
vim.wo.relativenumber = true vim.wo.relativenumber = true
vim.opt.termguicolors = true vim.opt.termguicolors = true
vim.opt.undofile = true vim.opt.undofile = true