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

Revert find_root change to link to fs.root #657

Closed mfussenegger closed 1 month ago

mfussenegger commented 1 month ago

The jdtls variant returned absolute path to the working directory for unnamed buffers. The fs.root version currently doesn't

(But will with https://github.com/neovim/neovim/pull/28964)

This reverts the change to use fs.root for now. Closes https://github.com/mfussenegger/nvim-jdtls/issues/656