Initial commit

This commit is contained in:
Steven Le Rouzic
2024-04-18 10:20:28 +02:00
commit 196716e96f
2 changed files with 29 additions and 0 deletions

22
config.toml Normal file
View File

@ -0,0 +1,22 @@
theme = "dark_plus"
[editor]
auto-completion = false
auto-format = false
preview-completion-insert = false
rulers = [80, 120]
color-modes = true
auto-pairs = false
[editor.cursor-shape]
insert = "bar"
[editor.statusline]
left = ["mode", "spinner", "file-name", "read-only-indicator", "file-modification-indicator", "version-control"]
right = ["diagnostics", "file-type", "file-line-ending", "file-encoding"]
mode.normal = "NORMAL"
mode.insert = "INSERT"
mode.select = "SELECT"
[editor.indent-guides]
render = true