@@ -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.
0 commit comments