Skip to content

QiubyZ/acode-kotlin-server

Repository files navigation

Acode Kotlin Language Server

This a Experiment Plugin Kotlin Language Server on Acode.

Please Support Me 🥺

Trakteer Saya

Acode Plugin Requiriment Installed

  1. Acode Language Client for Library kotlin Autocomplete

Setup

Setup Language Server

  • Download server.zip in kotlin-language-server repository.

  • Extract server.zip

  • copy fullpath binary kotlin-language-server

  • Goto settings > Edit Settings.json add this json and fullpath binary file of kotlin-language-server on serverPath. or in a simple way you can click the gear button above

    Example:

      "acode.kotlin.server": {
        "serverPath": "/data/data/com.termux/files/home/server/bin/kotlin-language-server"
    }

    Example

    if you not setting. this will take automatically Default serverPath/Default Settings is neovim Path bin language server /data/data/com.termux/files/home/.local/share/nvim/mason/bin/kotlin-language-server