feat: add border and borderchars

This commit is contained in:
TJ DeVries
2020-09-10 12:00:29 -04:00
parent fe7a7b4657
commit a9ffc18830
2 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -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.