reduce telescope picker size
This commit is contained in:
parent
b54625d285
commit
8a933c1977
1 changed files with 12 additions and 0 deletions
|
@ -10,6 +10,18 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Configure telescope settings.
|
||||
settings = {
|
||||
defaults = {
|
||||
layout_strategy = "horizontal";
|
||||
# Reduce height / width of picker
|
||||
layout_config = {
|
||||
height = 0.6;
|
||||
width = 0.6;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Configure our telescope keymaps.
|
||||
keymaps = {
|
||||
# Find
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue