visuals/fidget: fix plugin setupOpts name

This commit is contained in:
Frothy 2024-02-19 16:15:18 -05:00
parent 0b9e5e8f37
commit 055fcb4f57

View file

@ -15,7 +15,7 @@ in {
options.vim.visuals.fidget-nvim = { options.vim.visuals.fidget-nvim = {
enable = mkEnableOption "nvim LSP UI element [fidget-nvim]"; enable = mkEnableOption "nvim LSP UI element [fidget-nvim]";
setupOpts = nvim.types.mkPluginSetupOption "Nvim Tree" { setupOpts = nvim.types.mkPluginSetupOption "Fidget" {
progress = { progress = {
poll_rate = mkOption { poll_rate = mkOption {
description = "How frequently to poll for LSP progress messages"; description = "How frequently to poll for LSP progress messages";