We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vim.notify
1 parent f15a939 commit c6a57a3Copy full SHA for c6a57a3
lua/lazy/core/util.lua
@@ -374,6 +374,7 @@ function M.notify(msg, opts)
374
local lang = opts.lang or "markdown"
375
local n = opts.once and vim.notify_once or vim.notify
376
n(msg, opts.level or vim.log.levels.INFO, {
377
+ ft = lang,
378
on_open = function(win)
379
local ok = pcall(function()
380
vim.treesitter.language.add("markdown")
0 commit comments