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