diff --git a/lua/weeheavy/plugins/telescope.lua b/lua/weeheavy/plugins/telescope.lua index a41a862..cdd7b4c 100644 --- a/lua/weeheavy/plugins/telescope.lua +++ b/lua/weeheavy/plugins/telescope.lua @@ -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, } }