shrink telescope window sizes

This commit is contained in:
Oliver Ladner 2023-11-23 14:44:22 +01:00
commit 2e103adc0b

View file

@ -1,6 +1,7 @@
-- Telescope
return {
"nvim-telescope/telescope.nvim", tag = "0.1.4",
"nvim-telescope/telescope.nvim",
tag = "0.1.4",
dependencies = {
{ "nvim-lua/plenary.nvim" }
},
@ -17,7 +18,8 @@ return {
horizontal = {
prompt_position = "top",
preview_width = 0.4,
width = 0.9,
width = 0.75,
height = 0.75,
preview_cutoff = 10,
}
}