Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions doc/nvim-java.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*nvim-java.txt* For Neovim >= 0.9.4 Last change: 2023 December 10
*nvim-java.txt* For Neovim >= 0.9.4 Last change: 2023 December 13

==============================================================================
Table of Contents *nvim-java-table-of-contents*
Expand Down Expand Up @@ -51,6 +51,14 @@ HOW TO INSTALL *nvim-java-how-to-install*

:small_orange_diamond:details ~


DISTRIBUTIONS: ~

- Lazyvim <https://github.com/nvim-java/nvim-java/wiki/Lazyvim>


CUSTOM: ~

- Install the plugin

Using lazy.nvim <https://github.com/folke/lazy.nvim>
Expand Down Expand Up @@ -155,7 +163,8 @@ HOW TO USE JDK X.X VERSION? *nvim-java-how-to-use-jdk-x.x-version?*

:small_orange_diamond:details ~

**Method 1:**

METHOD 1: ~

Neoconf <https://github.com/folke/neoconf.nvim> can be used to manage LSP
setting including jdtls. Neoconf allows global configuration as well as project
Expand All @@ -172,12 +181,13 @@ vice configurations. Here is how you can set Jdtls setting on `neoconf.json`
"default": true
}
]
},
}
}
}
<

**Method 2:**

METHOD 2: ~

Pass the settings to Jdtls setup.

Expand Down