diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 9d5aac2..a5a1355 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -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=[] diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 079eb05..758dafb 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -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" diff --git a/.config/helix/themes/triston.toml b/.config/helix/themes/triston.toml index ab0e078..78c87b5 100644 --- a/.config/helix/themes/triston.toml +++ b/.config/helix/themes/triston.toml @@ -1,2 +1,3 @@ -inherits = "term16_dark" +inherits = "doom_acario_dark" +#"ui.background" = {bg = "bg_transparent"}