Skip to content

Commit

Permalink
feat: show telescope preview on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Dec 21, 2023
1 parent 13f5803 commit 5fd0c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/core/plugins/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ local M = {
layout_config = {
width = 0.95,
height = 0.85,
-- preview_cutoff = 120,
preview_cutoff = 25,
prompt_position = "top",
horizontal = {
preview_width = function(_, cols, _)
Expand Down

0 comments on commit 5fd0c65

Please sign in to comment.