shrink telescope window sizes
This commit is contained in:
parent
6beab184fb
commit
2e103adc0b
1 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
-- Telescope
|
-- Telescope
|
||||||
return {
|
return {
|
||||||
"nvim-telescope/telescope.nvim", tag = "0.1.4",
|
"nvim-telescope/telescope.nvim",
|
||||||
|
tag = "0.1.4",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
{ "nvim-lua/plenary.nvim" }
|
{ "nvim-lua/plenary.nvim" }
|
||||||
},
|
},
|
||||||
|
|
@ -17,7 +18,8 @@ return {
|
||||||
horizontal = {
|
horizontal = {
|
||||||
prompt_position = "top",
|
prompt_position = "top",
|
||||||
preview_width = 0.4,
|
preview_width = 0.4,
|
||||||
width = 0.9,
|
width = 0.75,
|
||||||
|
height = 0.75,
|
||||||
preview_cutoff = 10,
|
preview_cutoff = 10,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue