| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: expose configs | Michael Lingelbach | 2021-11-25 | 1 | -206/+0 |
| | | |||||
| * | feat: add single file mode (#1385) | Michael Lingelbach | 2021-11-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | * This adds a "single file mode" option for each language server * Currently, if a root is not detected, a new language server is started for each file opened. * Root directory is set to `nil` in start_client. Some servers will refuse to start, or otherwise panic. This is opt-in per server. * Some servers, such as rust-analyzer, explicitly have a "single file mode", we will not support that until it is officially part of the LSP specification Co-authored-by: Peter Lithammer <peter.lithammer@gmail.com> | ||||
| * | docs(jdtls): apply flags to jvm instead of jdtls (#1374) | Ankur Srivastava | 2021-11-05 | 1 | -5/+5 |
| | | |||||
| * | fix(jdtls): update handlers to support 0.5.1 signature (#1336) | Russ Adams | 2021-11-01 | 1 | -29/+42 |
| | | |||||
| * | improve(jdtls): Simplify configuration and improve documentation (#1082) | Emiliano Ruiz Carletti | 2021-07-27 | 1 | -69/+108 |
| | | | | | | * Reduce required env variables to 1 * Support launching 'java.exe' | ||||
| * | chore: change stylua to single quotes (#1068) | Michael Lingelbach | 2021-07-13 | 1 | -42/+42 |
| | | |||||
| * | ci: lint and format with stylua | Michael Lingelbach | 2021-07-03 | 1 | -46/+46 |
| | | |||||
| * | jdtls: add package_json path | tamago324 | 2021-05-21 | 1 | -0/+1 |
| | | |||||
| * | revert config.md and modify jdtls instead | rafamadriz | 2021-05-12 | 1 | -1/+1 |
| | | |||||
| * | Replace tabs with 2-space indentation | Peter Lithammer | 2021-05-04 | 1 | -4/+4 |
| | | |||||
| * | jdtls: Add workaround for textDocument version of 0 | Damien Radtke | 2021-03-31 | 1 | -3/+25 |
| | | | | | See https://github.com/eclipse/eclipse.jdt.ls/issues/1695 | ||||
| * | JDT LS: Add callback for language/status | HiPhish | 2021-01-30 | 1 | -10/+30 |
| | | | | | | | Added a callback for this custom notification. On large Java projects startup can take several seconds, so having feedback during that time is very useful. | ||||
| * | JDT LS: add more root pattern files | HiPhish | 2021-01-30 | 1 | -1/+20 |
| | | | | | | | There are three common build systems for Java: Ant, Maven and Gradle. Each has its own configuration file, and this PR adds those files are root directory markers. | ||||
| * | jdtls: fix spelling error | Michael Lingelbach | 2021-01-08 | 1 | -1/+1 |
| | | |||||
| * | jdtls: fix formatting and non-local variable | Michael Lingelbach | 2021-01-08 | 1 | -4/+3 |
| | | |||||
| * | jdtls: fix cmd and fix java documentation | Michael Lingelbach | 2021-01-08 | 1 | -0/+38 |
| | | |||||
| * | Remove all installers and install logic | Michael Lingelbach | 2021-01-03 | 1 | -95/+2 |
| | | |||||
| * | added comment | Jerry Wang | 2020-12-08 | 1 | -2/+10 |
| | | |||||
| * | bugfix for code action not working sometimes | Jerry Wang | 2020-12-01 | 1 | -0/+2 |
| | | | | tested on my local. | ||||
| * | Use handlers instead of callbacks | Iron-E | 2020-11-15 | 1 | -3/+3 |
| | | | | | The recent changes in neovim head cause loading this file to create an error. These changes have resolved that on my machine | ||||
| * | Rename nvim_lsp to lspconfig | Hirokazu Hata | 2020-09-06 | 1 | -0/+138 |
