From 8ef52d02566f27d51cd2f8c2c91d656026289d34 Mon Sep 17 00:00:00 2001 From: Micah Halter Date: Fri, 2 Jun 2023 11:51:55 -0400 Subject: [PATCH] feat(options): add experimental resession option --- options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/options.lua b/options.lua index 18deac7..74ed9ad 100644 --- a/options.lua +++ b/options.lua @@ -16,6 +16,7 @@ return { diagnostics_mode = 3, -- set the visibility of diagnostics in the UI (0=off, 1=only show in status line, 2=virtual text off, 3=all on) icons_enabled = true, -- disable icons in the UI (disable if no nerd font is available, requires :PackerSync after changing) ui_notifications_enabled = true, -- disable notifications when toggling UI elements + resession_enabled = false, -- enable experimental resession.nvim session management (will be default in AstroNvim v4) }, } -- If you need more control, you can use the function()...end notation