mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 22:55:58 +01:00
utility/precognition: fix configuration.nix entry
oops lol
This commit is contained in:
parent
f013656dab
commit
80ca761639
1 changed files with 1 additions and 23 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue