Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 380 Bytes

File metadata and controls

11 lines (9 loc) · 380 Bytes

Helix setup

  1. Install kotlin-lsp CLI

  2. Make sure that the kotlin-lsp binary is on your $PATH

  3. Add the below configuration to your languages.toml in ~/.config/helix/languages.toml:

    [[language]]
    name = "kotlin"
    language-servers = [ "kotlin-lsp" ]