mfussenegger / nvim-jdtls

Extensions for the built-in LSP support in Neovim for eclipse.jdt.ls
GNU General Public License v3.0
979 stars 62 forks source link

Account for new client.settings in custom configuration handler #627

Closed mfussenegger closed 4 months ago

mfussenegger commented 4 months ago

Assigning to client.config.settings no longer works due to:

https://github.com/neovim/neovim/commit/9f8c96240dc0318bd92a646966917e8fe0641144

Because of that, jdtls actions that generate code reverted to using tabs instead of spaces.