mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-28 11:40:13 +02:00
fix(persistence): dont add rtp to session
This commit is contained in:
parent
bb0d4d4e7d
commit
99785ce36b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ return {
|
||||||
{
|
{
|
||||||
"folke/persistence.nvim",
|
"folke/persistence.nvim",
|
||||||
event = "BufReadPre",
|
event = "BufReadPre",
|
||||||
opts = { options = { "buffers", "curdir", "tabpages", "winsize", "help", "globals" } },
|
opts = { options = { "buffers", "curdir", "tabpages", "winsize", "help", "globals", "skiprtp" } },
|
||||||
-- stylua: ignore
|
-- stylua: ignore
|
||||||
keys = {
|
keys = {
|
||||||
{ "<leader>qs", function() require("persistence").load() end, desc = "Restore Session" },
|
{ "<leader>qs", function() require("persistence").load() end, desc = "Restore Session" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue