Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nvim-java/nvim-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: olisikh/nvim-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 15 files changed
  • 1 contributor

Commits on May 8, 2026

  1. feat(config): allow configuring paths to the tools (#1)

    * feat(config): allow configuring paths to the tools
    
    * fix(jdtls): scope config cache by root
    
    * fix(jdtls): support os config fallback
    olisikh authored May 8, 2026
    Configuration menu
    Copy the full SHA
    d5db275 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2026

  1. Configuration menu
    Copy the full SHA
    8425833 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85a1761 View commit details
    Browse the repository at this point in the history
  3. feat(tools): address code review remarks

    - declare manage at module scope once and reuse
    - throw if plugin config is inconsistent
    - update docs to explain path parameter has no effect when tool is disabled
    olisikh committed Jun 8, 2026
    Configuration menu
    Copy the full SHA
    5441bab View commit details
    Browse the repository at this point in the history
Loading