From a9fa1a2ace124fcb752e356b3c52e962c3dcb8b8 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Wed, 12 Jun 2024 10:49:31 +0200 Subject: [PATCH] fix(fzf): message id --- lua/noice/integrations/fzf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/noice/integrations/fzf.lua b/lua/noice/integrations/fzf.lua index 07a132e7..13f7b392 100644 --- a/lua/noice/integrations/fzf.lua +++ b/lua/noice/integrations/fzf.lua @@ -15,7 +15,7 @@ local M = {} function M.entry(message) message = Format.format(message, "fzf") local line = message._lines[1] - local hl = { message.id .. "" } ---@type string[] + local hl = { message.id .. " " } ---@type string[] for _, text in ipairs(line._texts) do ---@type string? local hl_group = text.extmark and text.extmark.hl_group