Created
October 24, 2022 19:01
-
-
Save vigonotion/3126078e56086ef1c48296c97408a799 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
theme = "onedark" | |
[editor] | |
line-number = "relative" | |
color-modes = true | |
[editor.file-picker] | |
hidden = false | |
[editor.indent-guides] | |
render = true | |
[editor.statusline] | |
left = ["mode", "file-name", "spacer", "spinner"] | |
center = [] | |
right = ["diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type"] | |
separator = "│" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment