diff --git a/lua/plugins/search-plugin.lua b/lua/plugins/search-plugin.lua index 2ddaa2a..7d8f040 100644 --- a/lua/plugins/search-plugin.lua +++ b/lua/plugins/search-plugin.lua @@ -24,11 +24,16 @@ return { local telescope = require("telescope") telescope.setup({ defaults = { --- layout_strategy = "bottom_pane", + -- layout_strategy = "bottom_pane", layout_strategy = "vertical", layout_config = { - vertical = { width = 0.9999 }, - bottom_pane = { width = 0.99 }, + vertical = { width = 0.85 }, + bottom_pane = { width = 0.85 }, + }, + path_display = { + truncate = 3, + --smart = 3 + --shorten = { len = 3}, }, pickers = { theme = "dropdown",