mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
style(persistence): remove unused option
This commit is contained in:
parent
b20be638b3
commit
29e285d882
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ return {
|
|||
{
|
||||
"folke/persistence.nvim",
|
||||
event = "BufReadPre",
|
||||
opts = { options = vim.opt.sessionoptions:get() },
|
||||
opts = {},
|
||||
-- stylua: ignore
|
||||
keys = {
|
||||
{ "<leader>qs", function() require("persistence").load() end, desc = "Restore Session" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue