Formatter run

This commit is contained in:
2024-11-10 16:09:03 +01:00
parent 1429eaf34f
commit 1e075ffb13
7 changed files with 93 additions and 98 deletions

View File

@@ -21,4 +21,3 @@ blue = "#66d9ef"
magenta = "#ae81ff" magenta = "#ae81ff"
cyan = "#a1efe4" cyan = "#a1efe4"
white = "#f9f8f5" white = "#f9f8f5"

View File

@@ -5,12 +5,7 @@ idle-timeout = 0
completion-trigger-len = 2 completion-trigger-len = 2
[editor.statusline] [editor.statusline]
left = [ left = ["mode", "separator", "file-name", "file-modification-indicator"]
"mode",
"separator",
"file-name",
"file-modification-indicator",
]
right = [ right = [
"spinner", "spinner",

View File

@@ -0,0 +1 @@