Initial commit
This commit is contained in:
22
config.toml
Normal file
22
config.toml
Normal 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
|
Reference in New Issue
Block a user