Fix telescope.themes issue

migrate-to-lazy
Amanda Graven 2024-02-22 21:06:54 +01:00
parent 005ea997ba
commit bb89043859
Signed by: amanda
GPG Key ID: F747582C5608F4CB
1 changed files with 6 additions and 7 deletions

View File

@ -891,7 +891,7 @@ require('lazy').setup({
-- Use nicer highlighting for diffs -- Use nicer highlighting for diffs
enhanced_diff_hl = true, enhanced_diff_hl = true,
}}, }},
{'stevearc/dressing.nvim', dependencies = {'nvim-telescope/telescope.nvim'}, opts = { {'stevearc/dressing.nvim', opts = {
input = { input = {
insert_only = false, insert_only = false,
win_options = { win_options = {
@ -901,7 +901,6 @@ require('lazy').setup({
}, },
select = { select = {
enabled = false, enabled = false,
--telescope = require'telescope.themes'.get_cursor()
}, },
}, config = function(_, opts) }, config = function(_, opts)
vim.cmd'highlight link FloatTitle TelescopeBorder' vim.cmd'highlight link FloatTitle TelescopeBorder'
@ -1057,11 +1056,11 @@ require('lazy').setup({
-- TODO; check if this is right -- TODO; check if this is right
full_path = true, full_path = true,
}, },
--['ui-select'] = telescope.themes.get_cursor { ['ui-select'] = require'telescope.themes'.get_cursor {
-- layout_config = { layout_config = {
-- height = 15, height = 15,
-- }, },
--}, },
}, },
} }
require'which-key'.register { require'which-key'.register {