fix: Update help docs w/ changes to diagnostic configuration (#208)

Fix alert for diagnostic configuration update
This commit is contained in:
Harrison (Harry) Cramer
2024-03-03 12:06:14 -05:00
committed by GitHub
parent b5b475ce8b
commit 2943fae3f3
2 changed files with 22 additions and 9 deletions

View File

@@ -62,7 +62,7 @@ M.open = function()
if state.settings.discussion_diagnostic ~= nil or state.settings.discussion_sign ~= nil then
u.notify(
"Diagnostics are now configured settings.discussion_signs, see :h gitlab.signs_and_diagnostics",
"Diagnostics are now configured as settings.discussion_signs, see :h gitlab.nvim.signs-and-diagnostics",
vim.log.levels.WARN
)
end