Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcfcf525

Browse files
committed
fix(image): disable image conversion error notifications by default
1 parent6ff82ca commitcfcf525

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎lua/snacks/image/init.lua‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ local defaults = {
120120
},
121121
---@classsnacks.image.convert.Config
122122
convert= {
123-
notify=true,-- show a notification on error
123+
notify=false,-- show a notification on error
124124
---@typesnacks.image.args
125125
mermaid=function()
126126
localtheme=vim.o.background=="light"and"neutral"or"dark"
@@ -231,6 +231,7 @@ function M.langs()
231231
returnq:match("queries/(.-)/images%.scm")
232232
end,queries)
233233
end
234+
234235
---@private
235236
---@paramev?vim.api.keyset.create_autocmd.callback_args
236237
functionM.setup(ev)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp