precognition: add plugin for navigation hints
This commit is contained in:
parent
5f2cecb1c9
commit
248d84a459
1 changed files with 21 additions and 0 deletions
21
lua/plugins/precognition.lua
Normal file
21
lua/plugins/precognition.lua
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
return {
|
||||||
|
"tris203/precognition.nvim",
|
||||||
|
config = {
|
||||||
|
-- startVisible = true,
|
||||||
|
-- showBlankVirtLine = true,
|
||||||
|
-- hints = {
|
||||||
|
-- Caret = { text = "^", prio = 1 },
|
||||||
|
-- Dollar = { text = "$", prio = 1 },
|
||||||
|
-- w = { text = "w", prio = 10 },
|
||||||
|
-- b = { text = "b", prio = 10 },
|
||||||
|
-- e = { text = "e", prio = 10 },
|
||||||
|
-- },
|
||||||
|
-- gutterHints = {
|
||||||
|
-- --prio is not currentlt used for gutter hints
|
||||||
|
-- G = { text = "G", prio = 1 },
|
||||||
|
-- gg = { text = "gg", prio = 1 },
|
||||||
|
-- PrevParagraph = { text = "{", prio = 1 },
|
||||||
|
-- NextParagraph = { text = "}", prio = 1 },
|
||||||
|
-- },
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in a new issue