mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 10:49:08 +00:00
style(picker): cleanup
This commit is contained in:
parent
d9944f1cdc
commit
1534f24da9
2 changed files with 1 additions and 2 deletions
|
@ -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()
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue