Adding more in the README for MacOS and opting out of swapfiles

This commit is contained in:
Tobias
2025-05-15 18:12:49 +02:00
parent 3b9053ccb8
commit b8850e216b
2 changed files with 7 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ vim.opt.tabstop = 2
vim.opt.softtabstop = 2
vim.opt.shiftwidth = 2
vim.opt.expandtab = true
vim.opt.swapfile = false
vim.opt.smartindent = true