update helix

This commit is contained in:
Triston Armstrong 2025-01-05 11:45:43 -05:00
parent de1e7399a5
commit e3a2f4c86d
3 changed files with 17 additions and 1 deletions

View File

@ -8,6 +8,14 @@ shell = ['fish', '-c']
bufferline = "always"
auto-format = true
[editor.lsp]
display-messages = true
display-inlay-hints = false
[editor.indent-guides]
render = true
character = "┆"
[editor.statusline]
left=["mode", "spinner", "file-name", "read-only-indicator", "file-modification-indicator"]
center=[]

View File

@ -5,3 +5,10 @@ auto-format = true
[[language]]
name = "tsx"
auto-format = true
[[language]]
name = "rust"
auto-format = true
[[language-server.rust-analyzer.config.check]]
command = "clippy"

View File

@ -1,2 +1,3 @@
inherits = "term16_dark"
inherits = "doom_acario_dark"
#"ui.background" = {bg = "bg_transparent"}