Skip to content

Commit

Permalink
fix(telescope-undo): fix preview height
Browse files Browse the repository at this point in the history
  • Loading branch information
dgokcin committed Jan 23, 2024
1 parent 3a3acdf commit bbd1aaf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nvim/lua/plugins/telesope-undo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ return {
-- don't use `defaults = { }` here, do this in the main telescope spec
extensions = {
undo = {
-- telescope-undo.nvim config, see below
side_by_side = true,
layout_strategy = "vertical",
layout_config = {
preview_height = 0.8,
},
},
-- no other extensions here, they can have their own spec too
},
Expand Down

0 comments on commit bbd1aaf

Please sign in to comment.