Enable true color, always

This commit is contained in:
2024-08-16 23:16:08 +02:00
parent 158e438c9c
commit 2f8987983c

View File

@ -8,6 +8,7 @@ rulers = [80]
color-modes = true
auto-pairs = false
cursorline = true
true-color = true
[editor.statusline]
left = ["mode", "file-name", "read-only-indicator", "file-modification-indicator", "version-control"]