use mostly ivy

This commit is contained in:
Natercio Moniz
2025-06-03 22:34:14 +01:00
parent 59620cb762
commit d142d85498
2 changed files with 26 additions and 6 deletions

View File

@@ -145,13 +145,33 @@ require('lazy').setup({
require('telescope').setup {
-- You can put your default mappings / updates / etc. in here
-- All the info you're looking for is in `:help telescope.setup()`
--
defaults = {
mappings = {
i = { ['<c-enter>'] = 'to_fuzzy_refine' },
},
},
-- pickers = {}
pickers = {
find_files = {
theme = 'ivy',
},
grep_string = {
theme = 'ivy',
},
live_grep = {
theme = 'ivy',
},
diagnostics = {
theme = 'ivy',
},
oldfiles = {
theme = 'ivy',
},
buffers = {
theme = 'dropdown',
previewer = false,
},
},
extensions = {
['ui-select'] = {
require('telescope.themes').get_dropdown(),