From c327a70ab40c23becaef6e19d486a91a5a4fc763 Mon Sep 17 00:00:00 2001 From: Kei Tsuji Date: Thu, 14 Dec 2023 12:51:27 +0900 Subject: [PATCH] added title_pos field to HarpoonToggleOptions --- lua/harpoon/ui.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/harpoon/ui.lua b/lua/harpoon/ui.lua index 27b32a7..46a66ae 100644 --- a/lua/harpoon/ui.lua +++ b/lua/harpoon/ui.lua @@ -4,6 +4,7 @@ local Listeners = require("harpoon.listeners") ---@class HarpoonToggleOptions ---@field border? any this value is directly passed to nvim_open_win +---@field title_pos? any this value is directly passed to nvim_open_win ---@field ui_fallback_width? number ---@field ui_width_ratio? number