turn off swapfiles
This commit is contained in:
parent
8968b2dfd1
commit
7c6fc36290
|
@ -1,3 +1,5 @@
|
|||
vim.opt.swapfile = false
|
||||
|
||||
vim.wo.relativenumber = true
|
||||
vim.opt.termguicolors = true
|
||||
vim.opt.undofile = true
|
||||
|
|
Loading…
Reference in New Issue