summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2025-01-14 19:30:19 +0100
committerMinijackson <minijackson@riseup.net>2025-01-14 19:30:19 +0100
commit64885cf705874c393ff45e9a75c70d1bc04953df (patch)
treedb98e85f24fef8fb02153e82c0f337264cf7194a /common
parent147c76ab92c7f4ff06de24c98b6ebea89217b2b4 (diff)
downloadnixos-config-reborn-64885cf705874c393ff45e9a75c70d1bc04953df.tar.gz
nixos-config-reborn-64885cf705874c393ff45e9a75c70d1bc04953df.zip
common/nixvim: don't use deprecated fidget option
Diffstat (limited to 'common')
-rw-r--r--common/nixvim.nix2
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;