main
Bryan 2024-11-10 23:57:51 -06:00
parent 2a421bd9fe
commit 1934279d0b
1 changed files with 0 additions and 6 deletions

View File

@ -6,12 +6,6 @@ local config = persisted.config
local M = {} local M = {}
---Fire an event
---@param event string
-- local function fire(event)
-- vim.api.nvim_exec_autocmds("User", { pattern = "Persisted" .. event })
-- end
local fire = persisted.fire local fire = persisted.fire
---Get the selected session from Telescope ---Get the selected session from Telescope