mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 06:27:14 +01:00
disable swapfiles - they are just annoying
This commit is contained in:
@@ -7,6 +7,7 @@ vim.schedule(function() vim.opt.clipboard = 'unnamedplus' end)
|
||||
|
||||
vim.opt.breakindent = true
|
||||
vim.opt.undofile = true
|
||||
vim.opt.swapfile = false
|
||||
|
||||
vim.opt.ignorecase = true
|
||||
vim.opt.smartcase = true
|
||||
|
||||
Reference in New Issue
Block a user