mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-08 12:05:06 +02:00
minor adjustments to telescope
This commit is contained in:
parent
c34df814a3
commit
68c53e2985
2 changed files with 14 additions and 8 deletions
|
@ -61,7 +61,12 @@ return {
|
|||
-- i = { ['<c-enter>'] = 'to_fuzzy_refine' },
|
||||
-- },
|
||||
-- },
|
||||
-- pickers = {}
|
||||
pickers = {
|
||||
find_files = {
|
||||
theme = 'ivy',
|
||||
},
|
||||
},
|
||||
|
||||
extensions = {
|
||||
['ui-select'] = {
|
||||
require('telescope.themes').get_dropdown(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue