From e935980efe8b2e2d21d8653782c48c31c35693fe Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 18 Sep 2024 00:58:05 -0700 Subject: [PATCH] fix: use correct attribute for neogit popup --- config/plugins/qol.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/plugins/qol.nix b/config/plugins/qol.nix index 21c43df..ec1492e 100644 --- a/config/plugins/qol.nix +++ b/config/plugins/qol.nix @@ -82,7 +82,7 @@ enable = true; settings = { graph_style = "unicode"; - popup = "floating"; + popup.kind = "floating"; }; }; # The greatest QoL plugin of all time. Renders codeblocks, formatting, etc