summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz/lua/thesiahxyz/core/autocmds.lua
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-07 10:27:20 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-07 10:27:20 +0900
commit7ebd222b1de38e827172d7b158a25c7c73684f2f (patch)
tree392bb86efbae2f00569a52b70f63a1a4c5655594 /ar/.config/TheSiahxyz/lua/thesiahxyz/core/autocmds.lua
parent6d86033c32ce2c1d9a52a5013a83c7f8cbbbf36c (diff)
modified core/autocmds.lua, modified plugins/lsp.lua, modified plugins/markdown.lua, modified statusbar/sb-cpubars
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/core/autocmds.lua')
-rw-r--r--ar/.config/TheSiahxyz/lua/thesiahxyz/core/autocmds.lua1
1 files changed, 1 insertions, 0 deletions
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,