From 6ff41a3d1d33f83b1c7d4f2049be7dce527623b2 Mon Sep 17 00:00:00 2001 From: tris203 Date: Wed, 22 May 2024 19:12:38 +0100 Subject: [PATCH] chore: fmt --- lua/precognition/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/precognition/init.lua b/lua/precognition/init.lua index a2a800a..a2e8656 100644 --- a/lua/precognition/init.lua +++ b/lua/precognition/init.lua @@ -89,13 +89,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 })