mfussenegger / nvim-jdtls

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

Move with_classpaths to util and make it public #318

Closed figsoda closed 2 years ago

figsoda commented 2 years ago

I'm trying to use with_classpaths in my config but it is private, so I moved it to util and exposed it

mfussenegger commented 2 years ago

Thanks, looks good to me