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