aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/servers/jdtls
Commit message (Collapse)AuthorAgeFilesLines
* mason.nvimWilliam Boman2022-07-071-97/+0
|
* chore: further decouple module structure (#685)William Boman2022-05-111-7/+7
|
* chore: remove deprecated modules (#682)William Boman2022-05-101-1/+0
| | | | - https://github.com/williamboman/nvim-lsp-installer/wiki/Async-infrastructure-changes-notice - https://github.com/williamboman/nvim-lsp-installer/discussions/636
* chore: refactor remaining installers to async impl (#616)William Boman2022-04-211-38/+30
|
* more async refactor (#587)William Boman2022-04-111-3/+4
|
* feat(jdtls): use the resolved workspace directory name as the -data ↵William Boman2022-02-271-7/+12
| | | | | | | | | directory (#504) This will use the directory name of the resolved root_dir (`:h lspconfig-root-dir`). If no root_dir is found (e.g. single file mode), neovim's current directory is used. Resolves #501.
* fix(jdtls): redefine cmd in on_new_configWilliam Boman2022-01-091-0/+8
|
* jdtls: ensure java is installedWilliam Boman2022-01-091-0/+3
|
* feat(ui): display outdated servers (#395)William Boman2022-01-061-4/+3
|
* write install receipts (#379)William Boman2022-01-031-2/+28
|
* feat: jdtls per project directory under ~/workspace (#251)Christian Chiarulli2021-11-091-1/+2
|
* add language aliases to :LspInstall (#232)William Boman2021-11-061-0/+1
|
* moved add-opens and add-modules java options before jar option (#242)Ankur Srivastava2021-11-041-5/+5
|
* jdtls: use lombok agent by defaults1n7ax2021-11-021-0/+3
| | | Fixes #205.
* fix jdtls config path on windows (#200)JSchrtke2021-10-261-1/+1
| | | Fixes #156.
* add keybindings to UI window (#140)William Boman2021-10-101-0/+1
| | | | | | | | | | | | | | | - Allows for expanding servers to view more information about it. - Allows for installing/reinstalling/uninstalling servers. The default keybindings is an attempt to mimic vim-fugitive's :Git maps, and these can be overriden. The keybinding implementation in display.lua is a bit hacky, but it works and the "public" API is at least manageable. This will also open up for adding more metadata in the future, such as filetype information, currently installed version, latest available version, etc. Also there's Cowth Vader.
* jdtls: fix jar argumentWilliam Boman2021-10-101-1/+2
| | | | Ping #142
* support installing specific version of language servers, defaults to latest ↵William Boman2021-09-291-1/+7
| | | | (#106)
* add jdtls (#94)William Boman2021-09-211-0/+51