diff options
| author | adikro <adikro@disroot.org> | 2025-11-15 15:13:52 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-11-15 15:13:52 +0100 |
| commit | 2a7dad74475f6afbd884df44cd49b694c3777490 (patch) | |
| tree | 392b48f84a1576b80eba1194baf71df963cc23a3 /home/editors | |
| parent | 4e3c8eff1407291ce64254d3eeed8de5f9677a0b (diff) | |
optimized boot times
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; |
