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

leisiji/nvim-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published