31 lines
533 B
TOML
31 lines
533 B
TOML
|
# [language-server.tinymist]
|
||
|
# command = "tinymist"
|
||
|
|
||
|
# [[language]]
|
||
|
# name = "typst"
|
||
|
# language-servers = ["tinymist"]
|
||
|
|
||
|
# https://github.com/helix-editor/helix/wiki/Themes#dracula
|
||
|
# set with :theme
|
||
|
theme = "monokai_pro_machine"
|
||
|
|
||
|
[editor.cursor-shape]
|
||
|
insert = "bar"
|
||
|
normal = "block"
|
||
|
select = "underline"
|
||
|
|
||
|
[editor.statusline]
|
||
|
left = ["mode", "spinner", "version-control", "file-name"]
|
||
|
|
||
|
|
||
|
[editor.lsp]
|
||
|
enable=true
|
||
|
auto-signature-help=true
|
||
|
display-messages = true
|
||
|
|
||
|
[editor.indent-guides]
|
||
|
render = true
|
||
|
character = "┊"
|
||
|
skip-levels = 1
|
||
|
|