This commit is contained in:
Saeed Afzal
2024-01-08 21:16:52 +00:00
parent c094afe79c
commit bfcdea9887
9 changed files with 87 additions and 100 deletions

View File

@@ -12,9 +12,15 @@ return {
local telescope = require("telescope")
telescope.setup {
defaults = {
layout_config = {
vertical = { width = 0.5 }
}
},
pickers = {
fd = { theme = "dropdown" },
current_buffer_fuzzy_find = { theme = "dropdown" }
fd = { layout_strategy = "vertical" },
live_grep = { layout_strategy = "vertical" },
current_buffer_fuzzy_find = { layout_strategy = "vertical" }
}
}