Skip to content

Commit

Permalink
Merge branch 'main' into percent_motion
Browse files Browse the repository at this point in the history
  • Loading branch information
tris203 authored May 5, 2024
2 parents dc18a73 + b948966 commit 39e77cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/precognition/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ local M = {}

---@class Precognition.Config
---@field startVisible boolean
---@field hints Precognition.HintConfig
---@field showBlankVirtLine boolean
---@field hints Precognition.HintConfig
---@field gutterHints Precognition.GutterHintConfig

---@class Precognition.PartialConfig
---@field startVisible? boolean
---@field showBlankVirtLine? boolean
---@field hints? Precognition.HintConfig
---@field gutterHints? Precognition.GutterHintConfig

Expand Down

0 comments on commit 39e77cf

Please sign in to comment.