Skip to content

Commit

Permalink
fix(cookbook): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mathjiajia committed Jun 8, 2022
1 parent 76fea23 commit 3ca917d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ local Diagnostics = {
self.info = #vim.diagnostic.get(0, { severity = vim.diagnostic.severity.INFO })
end,

update = { "DiagnosticChanged", "BuEnter" },
update = { "DiagnosticChanged", "BufEnter" },

{
provider = "![",
Expand Down

0 comments on commit 3ca917d

Please sign in to comment.