From a9ffc188302c56a62bc7d4d3279e5b1daf718bed Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Thu, 10 Sep 2020 12:00:29 -0400 Subject: feat: add border and borderchars --- lua/telescope/config.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lua/telescope/config.lua') diff --git a/lua/telescope/config.lua b/lua/telescope/config.lua index c42e500..192056d 100644 --- a/lua/telescope/config.lua +++ b/lua/telescope/config.lua @@ -13,8 +13,6 @@ local function first_non_null(...) end -- TODO: Add other major configuration points here. --- border --- borderchars -- selection_strategy local config = {} @@ -38,6 +36,9 @@ function config.set_defaults(defaults) set("width", 0.75) set("winblend", 0) + set("border", {}) + set("borderchars", { '─', '│', '─', '│', '╭', '╮', '╯', '╰'}) + -- Builtin configuration -- List that will be executed. -- cgit v1.2.3