chore: remove annotations

main
olimorris 2023-02-21 16:03:52 +00:00
parent f99ad40198
commit 898ddcdd46
1 changed files with 0 additions and 2 deletions

View File

@ -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)