From d6e1444f8ac2ae44f304687425c892e58b4906c8 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Sat, 27 Jan 2024 14:13:11 +0100 Subject: [PATCH] helix: Update global [editor] config --- editor/helix/config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/editor/helix/config.toml b/editor/helix/config.toml index 3c39f47..67f9ea5 100644 --- a/editor/helix/config.toml +++ b/editor/helix/config.toml @@ -1,5 +1,10 @@ theme="sonokai" +[editor] +mouse = false +preview-completion-insert = false +color-modes = true + [editor.soft-wrap] enable = true