mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-08 02:15:59 +01:00
utility/precognition: add precognition to maximal configuration
it does work!
This commit is contained in:
parent
4c24c32269
commit
1b2b9763f4
2 changed files with 38 additions and 0 deletions
|
@ -165,6 +165,27 @@ isMaximal: {
|
||||||
motion = {
|
motion = {
|
||||||
hop.enable = true;
|
hop.enable = true;
|
||||||
leap.enable = true;
|
leap.enable = true;
|
||||||
|
|
||||||
|
precognition = {
|
||||||
|
enable = true;
|
||||||
|
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 = {
|
||||||
|
|
17
flake.lock
17
flake.lock
|
@ -1421,6 +1421,22 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"plugin-precognition-nvim": {
|
||||||
|
"flake": false,
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1730325090,
|
||||||
|
"narHash": "sha256-onY1Aa+dwLR1wRua52hpSXj6zZOZXjkUlDjDa0xEEcE=",
|
||||||
|
"owner": "tris203",
|
||||||
|
"repo": "precognition.nvim",
|
||||||
|
"rev": "0189e8d6f96275a079b2805d68d49414871885cd",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "tris203",
|
||||||
|
"repo": "precognition.nvim",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"plugin-project-nvim": {
|
"plugin-project-nvim": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
|
@ -1880,6 +1896,7 @@
|
||||||
"plugin-otter-nvim": "plugin-otter-nvim",
|
"plugin-otter-nvim": "plugin-otter-nvim",
|
||||||
"plugin-oxocarbon": "plugin-oxocarbon",
|
"plugin-oxocarbon": "plugin-oxocarbon",
|
||||||
"plugin-plenary-nvim": "plugin-plenary-nvim",
|
"plugin-plenary-nvim": "plugin-plenary-nvim",
|
||||||
|
"plugin-precognition-nvim": "plugin-precognition-nvim",
|
||||||
"plugin-project-nvim": "plugin-project-nvim",
|
"plugin-project-nvim": "plugin-project-nvim",
|
||||||
"plugin-registers": "plugin-registers",
|
"plugin-registers": "plugin-registers",
|
||||||
"plugin-rose-pine": "plugin-rose-pine",
|
"plugin-rose-pine": "plugin-rose-pine",
|
||||||
|
|
Loading…
Reference in a new issue