diff --git a/lua/precognition/init.lua b/lua/precognition/init.lua index 4db17a5..b7dff30 100644 --- a/lua/precognition/init.lua +++ b/lua/precognition/init.lua @@ -90,13 +90,13 @@ local config = default ---@type integer? local extmark -- the active extmark in the current buffer ---@type boolean -local dirty -- whether a redraw is needed +local dirty -- whether a redraw is needed ---@type boolean local visible = false ---@type string local gutter_name_prefix = "precognition_gutter_" -- prefix for gutter signs object naame ---@type {SupportedGutterHints: { line: integer, id: integer }} -- cache for gutter signs -local gutter_signs_cache = {} -- cache for gutter signs +local gutter_signs_cache = {} -- cache for gutter signs ---@type integer local au = vim.api.nvim_create_augroup("precognition", { clear = true })