From 731bc86d338377e385fe4c75e78153c29a56c95f Mon Sep 17 00:00:00 2001 From: Luminiferous Date: Wed, 6 Aug 2025 14:42:54 +0200 Subject: [PATCH] Disabled smart-tab --- config.toml | 3 +++ 1 file changed, 3 insertions(+) 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'