.s/.config/nvim/lua/plugins/configs/telescope.lua

9 lines
164 B
Lua
Raw Normal View History

2024-04-10 12:12:30 -04:00
require("telescope").setup {
defaults = {
sorting_strategy = "ascending",
layout_config = {
horizontal = { prompt_position = "top" },
},
},
}