From 6543fbd306ee7c977efa4e15a354a0f5518ba7a7 Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Thu, 13 Jul 2023 21:08:17 +0530 Subject: [PATCH] refactor: styling for the telescope ui --- lua/plugins/editor.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index caaef31..a654ab3 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -156,6 +156,9 @@ return { }, prompt_prefix = require("config.icons").Selected, selection_caret = require("config.icons").Selected, + selection_strategy = "reset", + border = {}, + borderchars = { "─", "│", "─", "│", "╭", "╮", "╯", "╰" }, mappings = { i = { [""] = function(...)