We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: update Wiki with new configuration structure - Update Advanced-Configuration.md to use new config structure - Update Performance-and-Caching.md with cache.mode syntax - Replace all cache_mode references with cache = { mode = ... } - Replace picker = "string" with picker = { type = "string" } - Remove references to old vs new structure comparisons - Focus documentation on current configuration format only All examples now use: - cache = { mode = "session" } - picker = { type = "telescope", options = { ... } } - ui = { methods = { GET = { icon, color } } }
docs: add comprehensive Wiki documentation with GitHub alert syntax - Add complete Wiki structure with 5 documentation pages - Home.md: Overview and navigation for all wiki content - Advanced-Configuration.md: Detailed picker options and UI customization - Performance-and-Caching.md: Cache modes and optimization guide - Development-and-Testing.md: Testing workflow and development setup - Adding-New-Frameworks.md: Framework implementation guide - Use GitHub alert syntax (> [!NOTE], > [!TIP], > [!WARNING]) throughout - Provide comprehensive examples and code snippets for all features