From 92a5e5b16e609f3fa864dd12ba7dda96f34d78fb Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Thu, 31 Mar 2022 16:01:54 +0300 Subject: [PATCH] Revert "set 'hidden' to false" This reverts commit e83013ca7ec8cb217ec3ce6ebbe643b9151bcbbe. --- neovim/.config/nvim/lua/user/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neovim/.config/nvim/lua/user/options.lua b/neovim/.config/nvim/lua/user/options.lua index 83f3d4b..53189cb 100644 --- a/neovim/.config/nvim/lua/user/options.lua +++ b/neovim/.config/nvim/lua/user/options.lua @@ -19,7 +19,7 @@ opt.number = true opt.relativenumber = true opt.wrap = true opt.swapfile = false -opt.hidden = false +opt.hidden = true opt.writebackup = false opt.encoding = "utf-8" opt.updatetime = 300