fix(nvim): re-enable swap files

This commit is contained in:
Price Hiller 2022-08-29 09:51:35 -05:00
parent d06088825c
commit 54a8184224

View File

@ -114,11 +114,6 @@ M.setup = function()
-- Set command bar height to hide when not in use
opt.cmdheight = 0
-- WARN: Disable swap files.
-- WARN: This is potentially VERY dangerous.
-- WARN: For my use case, this is intended
opt.swapfile = false
end
return M