From 13fd7f8c4e49ae813b1764021ecafbf6087928c7 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Tue, 23 Jan 2024 13:38:23 -0500 Subject: [PATCH] Don't exit neovim when last buffer is closed --- modules/home-manager/files/nvim/lua/plugins/edgy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/files/nvim/lua/plugins/edgy.lua b/modules/home-manager/files/nvim/lua/plugins/edgy.lua index 27b5193..0163df4 100644 --- a/modules/home-manager/files/nvim/lua/plugins/edgy.lua +++ b/modules/home-manager/files/nvim/lua/plugins/edgy.lua @@ -2,7 +2,7 @@ return { "folke/edgy.nvim", event = "VeryLazy", opts = { - exit_when_last = true, + exit_when_last = false, bottom = { -- toggleterm / lazyterm at the bottom with a height of 40% of the screen {