From bb89043859235797777f28918faa55c9c5bc5fdc Mon Sep 17 00:00:00 2001 From: Amanda Graven Date: Thu, 22 Feb 2024 21:06:54 +0100 Subject: [PATCH] Fix telescope.themes issue --- init.lua | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/init.lua b/init.lua index 0c0855f..1261ea4 100644 --- a/init.lua +++ b/init.lua @@ -891,7 +891,7 @@ require('lazy').setup({ -- Use nicer highlighting for diffs enhanced_diff_hl = true, }}, - {'stevearc/dressing.nvim', dependencies = {'nvim-telescope/telescope.nvim'}, opts = { + {'stevearc/dressing.nvim', opts = { input = { insert_only = false, win_options = { @@ -901,7 +901,6 @@ require('lazy').setup({ }, select = { enabled = false, - --telescope = require'telescope.themes'.get_cursor() }, }, config = function(_, opts) vim.cmd'highlight link FloatTitle TelescopeBorder' @@ -1057,11 +1056,11 @@ require('lazy').setup({ -- TODO; check if this is right full_path = true, }, - --['ui-select'] = telescope.themes.get_cursor { - -- layout_config = { - -- height = 15, - -- }, - --}, + ['ui-select'] = require'telescope.themes'.get_cursor { + layout_config = { + height = 15, + }, + }, }, } require'which-key'.register {