From a4394d502f8ee551660af5c8f04545cca349efb9 Mon Sep 17 00:00:00 2001 From: JJ Date: Tue, 31 Oct 2023 20:55:00 -0700 Subject: Add support for Unicode input note: a better approach is here https://github.com/quantonganh/snippets-ls ref: https://github.com/helix-editor/helix/issues/1438 ref: https://github.com/helix-editor/helix/pull/2852 Co-authored-by: Linden Krouse --- helix-view/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-view/src/lib.rs') diff --git a/helix-view/src/lib.rs b/helix-view/src/lib.rs index 6a68e7d6..250edc4c 100644 --- a/helix-view/src/lib.rs +++ b/helix-view/src/lib.rs @@ -12,6 +12,7 @@ pub mod handlers { pub mod lsp; } pub mod base64; +pub mod digraph; pub mod info; pub mod input; pub mod keyboard; -- cgit v1.2.3-70-g09d2