mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-08 03:25: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 = {
|
motion = {
|
||||||
hop.enable = true;
|
hop.enable = true;
|
||||||
leap.enable = true;
|
leap.enable = true;
|
||||||
|
precognition.enable = isMaximal;
|
||||||
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;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
images = {
|
images = {
|
||||||
|
|
Loading…
Reference in a new issue