Skip to content

Instantly share code, notes, and snippets.

@yilinfang
Last active June 16, 2025 14:15
Show Gist options
  • Save yilinfang/56205deab89295ef6d2a29f994e06d95 to your computer and use it in GitHub Desktop.
Save yilinfang/56205deab89295ef6d2a29f994e06d95 to your computer and use it in GitHub Desktop.
Disable image preview for snacks.picker
{
'folke/snacks.nvim',
opts = {
picker = { enabled = true },
image = {
enabled = false, -- NOTE: Disable snacks.image
formats = {}, -- HACK: Disable image preview for other modules like picker
},
},
-- Other settings
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment