From aed64ca4a03f9b6130cf04509067e64bfd6f349c Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 5 Sep 2024 21:58:30 +0200 Subject: [PATCH] nvim: telescope: increase preview cutoff --- nvim/lua/user/plugins/editor/fuzzyfinder.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nvim/lua/user/plugins/editor/fuzzyfinder.lua b/nvim/lua/user/plugins/editor/fuzzyfinder.lua index 700e24f..e6c5a48 100644 --- a/nvim/lua/user/plugins/editor/fuzzyfinder.lua +++ b/nvim/lua/user/plugins/editor/fuzzyfinder.lua @@ -46,6 +46,11 @@ return { borderchars = border, preview = { filesize_limit = 0.1 + }, + layout_config = { + horizontal = { + preview_cutoff = 200, + } } }, pickers = {