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"
|
".env"
|
||||||
"node_modules/"
|
"node_modules/"
|
||||||
".venv/"
|
".venv/"
|
||||||
|
"__pycache__/"
|
||||||
];
|
];
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue