Skip to content

Instantly share code, notes, and snippets.

@guillermoap
Created August 12, 2023 00:41
Show Gist options
  • Save guillermoap/ef8467ccf838657d17ab6a5157de50d1 to your computer and use it in GitHub Desktop.
Save guillermoap/ef8467ccf838657d17ab6a5157de50d1 to your computer and use it in GitHub Desktop.
Helix languages config
[[language]]
name = "rust"
auto-format = true
[language.config.rust.inlayHints]
includeInlayEnumMemberValueHints = true
includeInlayFunctionLikeReturnTypeHints = true
includeInlayFunctionParameterTypeHints = true
includeInlayParameterNameHints = "all" # 'none' | 'literals' | 'all';
includeInlayParameterNameHintsWhenArgumentMatchesName = true
includeInlayPropertyDeclarationTypeHints = true
includeInlayVariableTypeHints = true
[[language]]
name = "ruby"
auto-format = true
language-server = { command = "bundle exec ruby-lsp" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment