From 9296bd4767eccc6ebe6e9c1534ac7f98a0e2782f Mon Sep 17 00:00:00 2001 From: Will Hopkins Date: Thu, 21 Dec 2023 03:48:04 -0800 Subject: [PATCH] feat: make search prompt border seamless --- lua/hawtkeys/ui.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/hawtkeys/ui.lua b/lua/hawtkeys/ui.lua index b47c5e3..7a8e44d 100644 --- a/lua/hawtkeys/ui.lua +++ b/lua/hawtkeys/ui.lua @@ -181,11 +181,11 @@ M.show = function() -- vertical topleft and topright to look like -- these are one window border = { "│", "─", "│", "│", "┘", "─", "└", "│" }, - zindex = 101, footer = "Suggested Keybindings", win_options = { number = true, relativenumber = false, + winhl = "Normal:NormalFloatNC", }, }) local searchBuf @@ -195,6 +195,7 @@ M.show = function() row = (vim.o.lines / 2) - (height / 2) - 2, style = "minimal", title = "Enter Command Description", + border = { "┌", "─", "┐", "│", "┤", "─", "├", "│" }, win_options = { number = false, relativenumber = false,