From a9f4b95858cdee8f2d21e486dcd4763b94a8c316 Mon Sep 17 00:00:00 2001 From: Andre Schaf Date: Wed, 17 Jun 2026 20:28:22 +0200 Subject: [PATCH] some convinience --- config.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config.toml b/config.toml index e497ce6..d929830 100644 --- a/config.toml +++ b/config.toml @@ -4,8 +4,22 @@ theme = "molokai" line-number = "relative" clipboard-provider = "win32-yank" true-color = true +cursorline = true +trim-trailing-whitespace = true +auto-pairs = false +continue-comments = false [editor.cursor-shape] insert = "bar" normal = "block" select = "underline" + +[editor.whitespace.render] +space = "all" +tab = "all" + +[editor.statusline] +center = ["version-control"] + +[keys.normal.g] +b = ":! git blame -L %{cursor_line},%{cursor_line} %{buffer_name}"