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