Skip to content

Commit 1a67b5a

Browse files
committed
Added precognition
1 parent f20c465 commit 1a67b5a

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

init.lua

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ require('lazy').setup({
895895
priority = 1000, -- Make sure to load this before all the other start plugins.
896896
config = function()
897897
require('everforest').setup {
898-
background = 'hard',
898+
background = 'soft',
899899
ui_contrast = 'high',
900900
}
901901

@@ -1085,6 +1085,37 @@ require('lazy').setup({
10851085
opts = {},
10861086
},
10871087

1088+
{
1089+
'tris203/precognition.nvim',
1090+
--event = "VeryLazy",
1091+
opts = {
1092+
-- startVisible = true,
1093+
-- showBlankVirtLine = true,
1094+
-- highlightColor = { link = "Comment" },
1095+
-- hints = {
1096+
-- Caret = { text = "^", prio = 2 },
1097+
-- Dollar = { text = "$", prio = 1 },
1098+
-- MatchingPair = { text = "%", prio = 5 },
1099+
-- Zero = { text = "0", prio = 1 },
1100+
-- w = { text = "w", prio = 10 },
1101+
-- b = { text = "b", prio = 9 },
1102+
-- e = { text = "e", prio = 8 },
1103+
-- W = { text = "W", prio = 7 },
1104+
-- B = { text = "B", prio = 6 },
1105+
-- E = { text = "E", prio = 5 },
1106+
-- },
1107+
-- gutterHints = {
1108+
-- G = { text = "G", prio = 10 },
1109+
-- gg = { text = "gg", prio = 9 },
1110+
-- PrevParagraph = { text = "{", prio = 8 },
1111+
-- NextParagraph = { text = "}", prio = 8 },
1112+
-- },
1113+
-- disabled_fts = {
1114+
-- "startify",
1115+
-- },
1116+
},
1117+
},
1118+
10881119
-- The following comments only work if you have downloaded the kickstart repo, not just copy pasted the
10891120
-- init.lua. If you want these files, they are in the repository, so you can just download them and
10901121
-- place them in the correct locations.

lazy-lock.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"nvim-web-devicons": { "branch": "master", "commit": "1fb58cca9aebbc4fd32b086cb413548ce132c127" },
3131
"oil.nvim": { "branch": "master", "commit": "685cdb4ffa74473d75a1b97451f8654ceeab0f4a" },
3232
"plenary.nvim": { "branch": "master", "commit": "857c5ac632080dba10aae49dba902ce3abf91b35" },
33+
"precognition.nvim": { "branch": "main", "commit": "80ac0a99064eba71894dd164e891cc5d7e05827e" },
3334
"telescope-fzf-native.nvim": { "branch": "main", "commit": "1f08ed60cafc8f6168b72b80be2b2ea149813e55" },
3435
"telescope-ui-select.nvim": { "branch": "master", "commit": "6e51d7da30bd139a6950adf2a47fda6df9fa06d2" },
3536
"telescope.nvim": { "branch": "master", "commit": "a4ed82509cecc56df1c7138920a1aeaf246c0ac5" },

0 commit comments

Comments
 (0)