From a6709013ff2510a69c4e1c155ff81c2d27df4677 Mon Sep 17 00:00:00 2001 From: jasmine Date: Thu, 15 May 2025 19:36:18 +0800 Subject: [PATCH] reduce telescope picker size --- config/plugins/utils/telescope.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/plugins/utils/telescope.nix b/config/plugins/utils/telescope.nix index 5c63029..1958ac4 100644 --- a/config/plugins/utils/telescope.nix +++ b/config/plugins/utils/telescope.nix @@ -10,6 +10,18 @@ }; }; + # Configure telescope settings. + settings = { + defaults = { + layout_strategy = "horizontal"; + # Reduce height / width of picker + layout_config = { + height = 0.8; + width = 0.8; + }; + }; + }; + # Configure our telescope keymaps. keymaps = { # Find