mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-20 00:51:11 +00:00
chore: fix typo
This commit is contained in:
parent
8b67361b97
commit
b19ea2e9b9
@ -68,7 +68,7 @@ return {
|
||||
-- persisted, remove buffers after switching sessions
|
||||
vim.api.nvim_create_autocmd("User", {
|
||||
pattern = "PersistedTelescopeLoadPre",
|
||||
callback = function(_session)
|
||||
callback = function(session)
|
||||
-- Save the currently loaded session using the global variable
|
||||
require("persisted").save({ session = vim.g.persisted_loaded_session })
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user