diff options
Diffstat (limited to 'helix-view')
-rw-r--r-- | helix-view/src/editor.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs index b70a6abd..1c737b3e 100644 --- a/helix-view/src/editor.rs +++ b/helix-view/src/editor.rs @@ -12,7 +12,7 @@ pub struct Editor { pub tree: Tree, // pub documents: Vec<Document>, pub count: Option<usize>, - pub theme: Theme, // TODO: share one instance + pub theme: Theme, pub language_servers: helix_lsp::Registry, } |