From 54a818422458c87d7cb4aa208e836028c30f95f4 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 29 Aug 2022 09:51:35 -0500 Subject: [PATCH] fix(nvim): re-enable swap files --- dots/.nvim-environments/primary/config/lua/core/options.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dots/.nvim-environments/primary/config/lua/core/options.lua b/dots/.nvim-environments/primary/config/lua/core/options.lua index b21aa05a..46564b90 100755 --- a/dots/.nvim-environments/primary/config/lua/core/options.lua +++ b/dots/.nvim-environments/primary/config/lua/core/options.lua @@ -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