adjust telescope

This commit is contained in:
Yan Lin 2026-02-13 22:07:40 +01:00
parent c4ab6c1f7a
commit 57ddee63c4
2 changed files with 4 additions and 5 deletions

View file

@ -14,6 +14,7 @@
".env" ".env"
"node_modules/" "node_modules/"
".venv/" ".venv/"
"__pycache__/"
]; ];
settings = { settings = {

View file

@ -123,13 +123,11 @@
"--hidden" "--hidden"
]; ];
file_ignore_patterns = [ file_ignore_patterns = [
".git/" "%.git/"
"node_modules/"
".venv/"
".DS_Store"
]; ];
layout_config = { layout_config = {
prompt_position = "bottom"; prompt_position = "bottom";
width = 160;
horizontal = { horizontal = {
preview_width = 0.55; preview_width = 0.55;
}; };
@ -185,7 +183,7 @@
popup = { popup = {
size = { size = {
width = 76; width = 76;
height = "75%"; height = "85%";
}; };
border = "rounded"; border = "rounded";
}; };