style(picker): cleanup

This commit is contained in:
Folke Lemaitre 2025-01-16 13:03:40 +01:00
parent d9944f1cdc
commit 1534f24da9
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 1 additions and 2 deletions

View file

@ -55,7 +55,6 @@ function M.load()
---@diagnostic disable-next-line: assign-type-mismatch
M.store = require("string.buffer").decode(data) or {}
local ms = (uv.hrtime() - t) / 1e6
dd(vim.tbl_count(M.store), ms .. "ms")
end
function M.save()

View file

@ -1,7 +1,7 @@
local M = {}
---@class snacks.picker
---@field smart fun(opts: snacks.picker.smart.Config): snacks.picker.finder
---@field smart fun(opts?: snacks.picker.smart.Config): snacks.picker.finder
---@param opts snacks.picker.smart.Config
---@type snacks.picker.finder