mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 09:48:59 +02:00
feat: persist pinned tabs (#304)
Adds `globals` to session opts to persist pinned tabs
This commit is contained in:
parent
de6a28b781
commit
6b9f0c0c3c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ return {
|
|||
{
|
||||
"folke/persistence.nvim",
|
||||
event = "BufReadPre",
|
||||
opts = { options = { "buffers", "curdir", "tabpages", "winsize", "help" } },
|
||||
opts = { options = { "buffers", "curdir", "tabpages", "winsize", "help", "globals" } },
|
||||
-- stylua: ignore
|
||||
keys = {
|
||||
{ "<leader>qs", function() require("persistence").load() end, desc = "Restore Session" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue