diff --git a/config.toml b/config.toml index 908dbbb..3dd5c9c 100644 --- a/config.toml +++ b/config.toml @@ -43,6 +43,9 @@ render = true [editor.inline-diagnostics] cursor-line = 'hint' +[editor.smart-tab] +enable = false + [keys.normal] 'F7' = 'goto_previous_buffer' 'F8' = 'goto_next_buffer'