chore: remove annotations
parent
f99ad40198
commit
898ddcdd46
|
|
@ -1,6 +1,5 @@
|
||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
---@class PersistedOptions
|
|
||||||
local defaults = {
|
local defaults = {
|
||||||
save_dir = vim.fn.expand(vim.fn.stdpath("data") .. "/sessions/"), -- directory where session files are saved
|
save_dir = vim.fn.expand(vim.fn.stdpath("data") .. "/sessions/"), -- directory where session files are saved
|
||||||
command = "VimLeavePre", -- the autocommand for which the session is saved
|
command = "VimLeavePre", -- the autocommand for which the session is saved
|
||||||
|
|
@ -29,7 +28,6 @@ local defaults = {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
---@type PersistedOptions
|
|
||||||
M.options = {}
|
M.options = {}
|
||||||
|
|
||||||
function M.setup(opts)
|
function M.setup(opts)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue