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}"