From 7ebd222b1de38e827172d7b158a25c7c73684f2f Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 7 Jun 2025 10:27:20 +0900 Subject: modified core/autocmds.lua, modified plugins/lsp.lua, modified plugins/markdown.lua, modified statusbar/sb-cpubars --- ar/.config/TheSiahxyz/lua/thesiahxyz/core/autocmds.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/core/autocmds.lua') diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/core/autocmds.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/core/autocmds.lua index 2c33f4f..3f93ae5 100644 --- a/ar/.config/TheSiahxyz/lua/thesiahxyz/core/autocmds.lua +++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/core/autocmds.lua @@ -101,6 +101,7 @@ autocmd("FileType", { -- Show LSP diagnostics (inlay hints) in a hover window / popup lamw26wmal vim.api.nvim_create_autocmd({ "CursorHold", "CursorHoldI" }, { group = augroup("float_diagnostic"), + pattern = "markdown", callback = function() vim.diagnostic.open_float(nil, { focus = false, -- cgit v1.2.3