mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-16 02:45:09 +00:00
feat: add border and borderchars
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user