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 -- 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,
} }
} }