diff options
Diffstat (limited to 'home/editors')
| -rw-r--r-- | home/editors/nixvim.nix | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/home/editors/nixvim.nix b/home/editors/nixvim.nix index 17ea2ec..42207ac 100644 --- a/home/editors/nixvim.nix +++ b/home/editors/nixvim.nix @@ -30,11 +30,23 @@ }; }; }; + + notify = { + enable = true; + settings = { + backgroundColour = "#1e1e2e"; + fps = 60; + render = "default"; + timeout = 500; + topDown = true; + }; + }; + hardtime = { - enable = false; + enable = true; settings = { - disableMouse = true; - enabled = false; + # disableMouse = true; + # enabled = false; restrictionMode = "hint"; hint = true; maxCount = 40; |
