From 57ddee63c4208cf63dba81ed38849de0effc072c Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Fri, 13 Feb 2026 22:07:40 +0100 Subject: [PATCH] adjust telescope --- modules/git/home.nix | 1 + modules/nvim.nix | 8 +++----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/modules/git/home.nix b/modules/git/home.nix index 7ad909e..1e6b2cd 100644 --- a/modules/git/home.nix +++ b/modules/git/home.nix @@ -14,6 +14,7 @@ ".env" "node_modules/" ".venv/" + "__pycache__/" ]; settings = { diff --git a/modules/nvim.nix b/modules/nvim.nix index f2fae00..fe20da6 100644 --- a/modules/nvim.nix +++ b/modules/nvim.nix @@ -123,13 +123,11 @@ "--hidden" ]; file_ignore_patterns = [ - ".git/" - "node_modules/" - ".venv/" - ".DS_Store" + "%.git/" ]; layout_config = { prompt_position = "bottom"; + width = 160; horizontal = { preview_width = 0.55; }; @@ -185,7 +183,7 @@ popup = { size = { width = 76; - height = "75%"; + height = "85%"; }; border = "rounded"; };