zefzefzfe

This commit is contained in:
2024-04-18 19:55:42 +02:00
parent 196716e96f
commit 2427a4feb6
2 changed files with 16 additions and 11 deletions

View File

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

View File

@ -1,7 +1,7 @@
[[languages]] [[language]]
name = "c" name = "c"
indent = { tab-width = 4, unit = " " } indent = { unit = " ", tab-width = 4 }
[[languages]] [[language]]
name = "cpp" name = "cpp"
indent = { tab-width = 4, unit = " " } indent = { unit = " ", tab-width = 4 }