zefzefzfe
This commit is contained in:
19
config.toml
19
config.toml
@ -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
|
||||||
|
@ -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 }
|
||||||
|
Reference in New Issue
Block a user