12.nixvim/tests/test-sources/plugins
Austin Horstman 13ba3f7ca9 plugins/jdtls: prefer vim.lsp config registration
nvim-jdtls 0.11+ can be initialized through native Vim LSP config, so explicit FileType start_or_attach is no longer needed.

This avoids passing an empty table into start_or_attach, which triggers the runtime assertion when cmd is unset.

Instead, map plugins.jdtls.settings to lsp.servers.jdtls.config and keep the server enabled by default.

close #4165
2026-05-19 13:59:41 +00:00
..
by-name plugins/jdtls: prefer vim.lsp config registration 2026-05-19 13:59:41 +00:00
cmp treewide: remove with lib; 2025-12-07 22:46:34 +00:00
lazyloading modules/lazyload: fix provider warning formatting 2026-04-24 21:36:31 +00:00
lsp treewide: fix incorrect string escapes 2026-04-22 01:19:39 +00:00
pluginmanagers plugins/lazy: allow pkg option in pluginType to be null. 2026-05-19 12:59:05 +00:00
lua-config.nix lib/neovim-plugin: Add lua configuration scoped to the plugin 2024-09-22 16:15:27 +00:00