Files
nvim/lua/nvchad/configs/telescope.lua
T
Zacharias-Brohn a0ecbb3dc8 fix dots
2025-02-07 21:00:50 +01:00

25 lines
499 B
Lua

dofile(vim.g.base46_cache .. "telescope")
return {
defaults = {
prompt_prefix = "",
selection_caret = " ",
entry_prefix = " ",
sorting_strategy = "ascending",
layout_config = {
horizontal = {
prompt_position = "top",
preview_width = 0.55,
},
width = 0.87,
height = 0.80,
},
mappings = {
n = { ["q"] = require("telescope.actions").close },
},
},
extensions_list = { "themes", "terms" },
extensions = {},
}