From 01907b349771106865853dc2ea90aaa0913a7297 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Wed, 24 Feb 2021 17:29:28 +0900 Subject: commands: Implement count for a few more commands. --- helix-view/src/editor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-view/src') 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, pub count: Option, - pub theme: Theme, // TODO: share one instance + pub theme: Theme, pub language_servers: helix_lsp::Registry, } -- cgit v1.2.3-70-g09d2