From 02374e4f91c013f649b2d59d0803fbf930870936 Mon Sep 17 00:00:00 2001 From: Rolo Date: Tue, 31 Dec 2024 03:51:19 -0800 Subject: [PATCH] doc: add description for `Icons` in `Editor` --- helix-view/src/editor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs index 34f43548..3d519b66 100644 --- a/helix-view/src/editor.rs +++ b/helix-view/src/editor.rs @@ -362,7 +362,7 @@ pub struct Config { pub end_of_line_diagnostics: DiagnosticFilter, // Set to override the default clipboard provider pub clipboard_provider: ClipboardProvider, - + /// Centralized location for icons that can be used throughout the UI pub icons: Icons, }