From 782e7cb18bc1795488ef4f8a4ca6081a2532a979 Mon Sep 17 00:00:00 2001 From: hedy Date: Wed, 1 Nov 2023 15:37:17 +0800 Subject: [PATCH] Don't use h3 header for 'No info' message Not sure what the point here is since there isn't anything beneath the header anyway. --- lua/symbols-outline/preview.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/symbols-outline/preview.lua b/lua/symbols-outline/preview.lua index 047a717..fdf4671 100644 --- a/lua/symbols-outline/preview.lua +++ b/lua/symbols-outline/preview.lua @@ -126,7 +126,7 @@ local function update_hover() end markdown_lines = vim.lsp.util.trim_empty_lines(markdown_lines) if vim.tbl_isempty(markdown_lines) then - markdown_lines = { '### No info available!' } + markdown_lines = { 'No info available' } end markdown_lines = vim.lsp.util.stylize_markdown(