Notes: jdtls

Setting up nvim for java

  1. Installjdtls from the mason using :MasonInstall jdtls or :Mason
  2. Then add jdtls in list of lsp's :
local servers = { 'clangd', 'rust_analyzer', 'pyright', 'ts_ls', 'gopls', 'jdtls' }
Read more…