From 80a428855f0852661c55cef7ad53f369d38721f9 Mon Sep 17 00:00:00 2001 From: mpaulson Date: Mon, 4 Dec 2023 10:49:46 -0700 Subject: [PATCH] fix: #354 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 60b2cac..ea85d56 100644 --- a/README.md +++ b/README.md @@ -177,12 +177,14 @@ Settings can alter the experience of harpoon **Descriptions** * `save_on_toggle`: any time the ui menu is closed then we will sync the state back to the backing list +* `border_chars`: the ui's border characters to be displayed * `key` how the out list key is looked up. This can be useful when using worktrees and using git remote instead of file path **Defaults** ```lua settings = { save_on_toggle = false, + border_chars = { "─", "│", "─", "│", "╭", "╮", "╯", "╰" }, key = function() return vim.loop.cwd() end,