Skip to main content

Util

persistence.nvim

Session management. This saves your session in the background, keeping track of open buffers, window arrangement, and more. You can restore sessions when returning through the dashboard.

opts = { options = vim.opt.sessionoptions:get() }

plenary.nvim

library used by other plugins

opts = nil