utility/precognition: fix configuration.nix entry

oops lol
This commit is contained in:
Nowaaru 2024-11-06 22:46:34 -07:00
parent f013656dab
commit 80ca761639
No known key found for this signature in database

View file

@ -165,29 +165,7 @@ isMaximal: {
motion = {
hop.enable = true;
leap.enable = true;
precognition = {
enable = true;
setupOpts = {
startVisible = true;
showBlankVirtLine = true;
# highlightColor - automatically set by theme
disabled_fts = ["startify" "alpha" "dashboard"];
gutterHints = {
gg = {
text = "gg";
prio = 2;
};
};
hints = {
Caret = {
text = "^";
prio = 10;
};
};
};
};
precognition.enable = isMaximal;
};
images = {