Skip to content

Commit

Permalink
fix(persistence): dont add rtp to session
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed May 22, 2023
1 parent bb0d4d4 commit 99785ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazyvim/plugins/util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ return {
{
"folke/persistence.nvim",
event = "BufReadPre",
opts = { options = { "buffers", "curdir", "tabpages", "winsize", "help", "globals" } },
opts = { options = { "buffers", "curdir", "tabpages", "winsize", "help", "globals", "skiprtp" } },
-- stylua: ignore
keys = {
{ "<leader>qs", function() require("persistence").load() end, desc = "Restore Session" },
Expand Down

0 comments on commit 99785ce

Please sign in to comment.