Last active
June 16, 2025 14:15
-
-
Save yilinfang/56205deab89295ef6d2a29f994e06d95 to your computer and use it in GitHub Desktop.
Disable image preview for snacks.picker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
'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