fix: use nvim namespace convention #34010

This commit is contained in:
Yochem van Rosmalen
2025-05-22 12:40:08 +02:00
committed by GitHub
parent fed9069b8d
commit 62ba6e8a76
4 changed files with 5 additions and 6 deletions

View File

@@ -742,7 +742,7 @@ local registered_autocmds = {}
local function make_augroup_key(namespace, bufnr)
local ns = M.get_namespace(namespace)
return string.format('DiagnosticInsertLeave:%s:%s', bufnr, ns.name)
return string.format('nvim.diagnostic.insertleave.%s.%s', bufnr, ns.name)
end
--- @param namespace integer