Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

plugins.fidget.settings

Options provided to the require('fidget').setup function.

Type: open submodule of attribute set of lua value

Default: { }

Example:

{ notification = { window = { winblend = 0; }; }; progress = { display = { done_icon = ""; done_ttl = 7; format_message = lib.nixvim.mkRaw '' function(msg) if string.find(msg.title, "Indexing") then return nil -- Ignore "Indexing..." progress messages end if msg.message then return msg.message else return msg.done and "Completed" or "In progress..." end end ''; }; }; text = { spinner = "dots"; }; }

Declared by: