adjust telescope
This commit is contained in:
parent
c4ab6c1f7a
commit
57ddee63c4
2 changed files with 4 additions and 5 deletions
|
|
@ -14,6 +14,7 @@
|
|||
".env"
|
||||
"node_modules/"
|
||||
".venv/"
|
||||
"__pycache__/"
|
||||
];
|
||||
|
||||
settings = {
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue