Skip to main content

Util

vim-startuptime

measure startuptime

opts = {}

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