diff --git a/lua/snacks/picker/config/defaults.lua b/lua/snacks/picker/config/defaults.lua index c5f8f11c..868064cd 100644 --- a/lua/snacks/picker/config/defaults.lua +++ b/lua/snacks/picker/config/defaults.lua @@ -182,11 +182,12 @@ local defaults = { -- terminal: external command (git's pager for git commands, `cmd` for other diffs) style = "fancy", ---@type "fancy"|"syntax"|"terminal" cmd = { "delta" }, -- example for using `delta` as the external diff command - ---@type vim.wo?|{} window options for the diff preview window + ---@type vim.wo?|{} window options for the fancy diff preview window wo = { breakindent = true, - wrap = true, + -- wrap = true, -- inherit from global settings linebreak = true, + showbreak = "", }, }, git = {