diff options
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/core')
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/thesiahxyz/core/autocmds.lua | 1 |
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, |
