diff options
Diffstat (limited to 'lua/telescope/config.lua')
| -rw-r--r-- | lua/telescope/config.lua | 5 |
1 files changed, 3 insertions, 2 deletions
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. |
