extra config for precognition

This commit is contained in:
Thomas Smallwood 2025-11-23 02:03:44 +00:00
parent 02c78f4433
commit e162fa9f49
No known key found for this signature in database

View file

@ -2,27 +2,27 @@ return {
"tris203/precognition.nvim", "tris203/precognition.nvim",
event = "VeryLazy", event = "VeryLazy",
opts = { opts = {
-- startVisible = true, startVisible = true,
-- showBlankVirtLine = true, showBlankVirtLine = true,
-- highlightColor = { link = "Comment" }, highlightColor = { link = "Comment" },
-- hints = { hints = {
-- Caret = { text = "^", prio = 2 }, Caret = { text = "^", prio = 2 },
-- Dollar = { text = "$", prio = 1 }, Dollar = { text = "$", prio = 1 },
-- MatchingPair = { text = "%", prio = 5 }, MatchingPair = { text = "%", prio = 5 },
-- Zero = { text = "0", prio = 1 }, Zero = { text = "0", prio = 1 },
-- w = { text = "w", prio = 10 }, w = { text = "w", prio = 10 },
-- b = { text = "b", prio = 9 }, b = { text = "b", prio = 9 },
-- e = { text = "e", prio = 8 }, e = { text = "e", prio = 8 },
-- W = { text = "W", prio = 7 }, W = { text = "W", prio = 7 },
-- B = { text = "B", prio = 6 }, B = { text = "B", prio = 6 },
-- E = { text = "E", prio = 5 }, E = { text = "E", prio = 5 },
-- }, },
-- gutterHints = { gutterHints = {
-- -- prio is not currently used for gutter hints -- prio is not currently used for gutter hints
-- G = { text = "G", prio = 1 }, G = { text = "G", prio = 1 },
-- gg = { text = "gg", prio = 1 }, gg = { text = "gg", prio = 1 },
-- PrevParagraph = { text = "{", prio = 1 }, PrevParagraph = { text = "{", prio = 1 },
-- NextParagraph = { text = "}", prio = 1 }, NextParagraph = { text = "}", prio = 1 },
-- }, },
}, },
} }