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"
"node_modules/"
".venv/"
"__pycache__/"
];
settings = {

View file

@ -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";
};