no backups

This commit is contained in:
Thomas Ruoff
2024-08-01 15:34:36 +02:00
parent ecd9239591
commit ac761228cc

View File

@@ -8,6 +8,10 @@ vim.g.maplocalleader = ' '
-- NOTE: You can change these options as you wish! -- NOTE: You can change these options as you wish!
-- For more options, you can see `:help option-list` -- For more options, you can see `:help option-list`
-- livin on the edge
vim.o.backup = false
vim.o.swapfile = false
-- set title of terminal -- set title of terminal
vim.opt.title = true vim.opt.title = true