-
Make sure that the
kotlin-lspbinary is on your$PATH -
Add the below configuration to your languages.toml in
~/.config/helix/languages.toml:[[language]] name = "kotlin" language-servers = [ "kotlin-lsp" ]
Make sure that the kotlin-lsp binary is on your $PATH
Add the below configuration to your languages.toml in ~/.config/helix/languages.toml:
[[language]]
name = "kotlin"
language-servers = [ "kotlin-lsp" ]