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
chore(doc): automatic vimdoc update
  • Loading branch information
s1n7ax authored and github-actions[bot] committed Dec 10, 2025
commit 1a244107ad2defb33e79ef70652edde8cf0291a7
20 changes: 9 additions & 11 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: 2025 December 03
*nvim-java.txt* For Neovim >= 0.9.4 Last change: 2025 December 10

==============================================================================
Table of Contents *nvim-java-table-of-contents*
Expand Down Expand Up @@ -300,16 +300,14 @@ Use `vim.lsp.config()` to override the default JDTLS settings:

>lua
vim.lsp.config('jdtls', {
default_config = {
settings = {
java = {
configuration = {
runtimes = {
{
name = "JavaSE-21",
path = "/opt/jdk-21",
default = true,
}
settings = {
java = {
configuration = {
runtimes = {
{
name = "JavaSE-21",
path = "/opt/jdk-21",
default = true,
}
}
}
Expand Down