From 055fcb4f571bfbe2efc726bf1eaaa996ee550338 Mon Sep 17 00:00:00 2001 From: Frothy <76622149+FrothyMarrow@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:15:18 -0500 Subject: [PATCH] visuals/fidget: fix plugin setupOpts name --- modules/visuals/fidget/fidget.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/visuals/fidget/fidget.nix b/modules/visuals/fidget/fidget.nix index 6b88a4b..173cfd8 100644 --- a/modules/visuals/fidget/fidget.nix +++ b/modules/visuals/fidget/fidget.nix @@ -15,7 +15,7 @@ in { options.vim.visuals.fidget-nvim = { enable = mkEnableOption "nvim LSP UI element [fidget-nvim]"; - setupOpts = nvim.types.mkPluginSetupOption "Nvim Tree" { + setupOpts = nvim.types.mkPluginSetupOption "Fidget" { progress = { poll_rate = mkOption { description = "How frequently to poll for LSP progress messages";