diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 827e4c2b..e7bc8ae5 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -23,6 +23,9 @@ jump-label-alphabet = "tnseriplfuwydhcxoaqz" end-of-line-diagnostics = "disable" # rulers = [82] +[editor.smart-tab] +enable = false + [editor.whitespace.render] tab = "none" space = "none"