diff options
author | Minijackson <minijackson@riseup.net> | 2025-01-14 19:30:19 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2025-01-14 19:30:19 +0100 |
commit | 64885cf705874c393ff45e9a75c70d1bc04953df (patch) | |
tree | db98e85f24fef8fb02153e82c0f337264cf7194a /common/nixvim.nix | |
parent | 147c76ab92c7f4ff06de24c98b6ebea89217b2b4 (diff) | |
download | nixos-config-reborn-64885cf705874c393ff45e9a75c70d1bc04953df.tar.gz nixos-config-reborn-64885cf705874c393ff45e9a75c70d1bc04953df.zip |
common/nixvim: don't use deprecated fidget option
Diffstat (limited to 'common/nixvim.nix')
-rw-r--r-- | common/nixvim.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/nixvim.nix b/common/nixvim.nix index f5d849c..6b1690f 100644 --- a/common/nixvim.nix +++ b/common/nixvim.nix | |||
@@ -382,7 +382,7 @@ in | |||
382 | 382 | ||
383 | fidget = { | 383 | fidget = { |
384 | enable = true; | 384 | enable = true; |
385 | notification.overrideVimNotify = true; | 385 | settings.notification.override_vim_notify = true; |
386 | }; | 386 | }; |
387 | 387 | ||
388 | fugitive.enable = true; | 388 | fugitive.enable = true; |