Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 365 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 365 Bytes

Deprecated, jdtls can support android project since this commit

But now it is disbabled by default, we should manually enable it:

local lsp_config = {
  settings = {
    java = {
      jdt = { ls = { androidSupport = { enabled =true } } }
    }
  }
}
require("jdtls").start_or_attach(lsp_config)