local M = {} M.border = { "┌", "─", "┐", "│", "┘", "─", "└", "│" } M.telescope_border = { "─", "│", "─", "│", "┌", "┐", "┘", "└" } return M