update helix
This commit is contained in:
parent
de1e7399a5
commit
e3a2f4c86d
@ -8,6 +8,14 @@ shell = ['fish', '-c']
|
|||||||
bufferline = "always"
|
bufferline = "always"
|
||||||
auto-format = true
|
auto-format = true
|
||||||
|
|
||||||
|
[editor.lsp]
|
||||||
|
display-messages = true
|
||||||
|
display-inlay-hints = false
|
||||||
|
|
||||||
|
[editor.indent-guides]
|
||||||
|
render = true
|
||||||
|
character = "┆"
|
||||||
|
|
||||||
[editor.statusline]
|
[editor.statusline]
|
||||||
left=["mode", "spinner", "file-name", "read-only-indicator", "file-modification-indicator"]
|
left=["mode", "spinner", "file-name", "read-only-indicator", "file-modification-indicator"]
|
||||||
center=[]
|
center=[]
|
||||||
|
@ -5,3 +5,10 @@ auto-format = true
|
|||||||
[[language]]
|
[[language]]
|
||||||
name = "tsx"
|
name = "tsx"
|
||||||
auto-format = true
|
auto-format = true
|
||||||
|
|
||||||
|
[[language]]
|
||||||
|
name = "rust"
|
||||||
|
auto-format = true
|
||||||
|
|
||||||
|
[[language-server.rust-analyzer.config.check]]
|
||||||
|
command = "clippy"
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
inherits = "term16_dark"
|
inherits = "doom_acario_dark"
|
||||||
|
|
||||||
|
#"ui.background" = {bg = "bg_transparent"}
|
||||||
|
Loading…
Reference in New Issue
Block a user