feat: add new Telescope extensions including frecency, undo tree, and recent files

This commit is contained in:
2024-09-15 01:07:03 -04:00
parent 70c3f4dc44
commit d140f928ca
7 changed files with 150 additions and 64 deletions
+34
View File
@@ -455,6 +455,40 @@ M.gitblame = {
},
}
--- Telescope configuration options
M.telescope = {
cmdline = {
extensions = {
cmdline = {
icons = {
history = "",
command = "",
number = "󰴍 ",
system = "",
unknown = "",
},
picker = {
layout_config = {
width = vim.fn.floor(vim.o.columns * 0.25),
height = vim.fn.floor(vim.o.lines * 0.25),
},
},
completions = {
"command",
},
mappings = {
complete = "<Tab>",
run_selection = "<C-CR>",
run_input = "<CR>",
},
overseer = {
enabled = true,
},
},
},
},
}
--- Neocodeium configuration options
M.neocodeium = {
opts = {