mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
fix(image.inline): remove debug
This commit is contained in:
parent
5916848fc3
commit
d9bb639fed
1 changed files with 4 additions and 4 deletions
|
@ -136,10 +136,10 @@ function M:update()
|
|||
for k, v in pairs(stats) do
|
||||
stats[k] = v > 0 and v or nil
|
||||
end
|
||||
Snacks.notify(
|
||||
vim.inspect({ all = vim.tbl_count(self.imgs), stats = stats }),
|
||||
{ ft = "lua", id = "snacks.image.inline" }
|
||||
)
|
||||
-- Snacks.notify(
|
||||
-- vim.inspect({ all = vim.tbl_count(self.imgs), stats = stats }),
|
||||
-- { ft = "lua", id = "snacks.image.inline" }
|
||||
-- )
|
||||
end)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue