Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: java.lang extention not working with neovim 0.9.1 #1207

Closed
3 tasks done
ys-kalyakin opened this issue Jul 24, 2023 · 0 comments · Fixed by #1202
Closed
3 tasks done

bug: java.lang extention not working with neovim 0.9.1 #1207

ys-kalyakin opened this issue Jul 24, 2023 · 0 comments · Fixed by #1202
Labels
bug Something isn't working

Comments

@ys-kalyakin
Copy link

ys-kalyakin commented Jul 24, 2023

Did you check docs and existing issues?

  • I have read all the LazyVim docs
  • I have searched the existing issues of LazyVim
  • I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

0.9.1

Operating system/version

Manjaro Linux

Describe the bug

neovim 0.9.1 does not support the vim.fs.joinpath function, but this function is used in extension java.lang

local jdtls_cache_dir = vim.fs.joinpath(vim.fn.stdpath("cache"), "jdtls", project_name)

See PR:
neovim/neovim#23685

Steps To Reproduce

  1. install java.lang extention with neovim 0.9.1
  2. open *.java file

Expected Behavior

java.lang extention working with neovim >= 0.8.0

Repro

No response

@ys-kalyakin ys-kalyakin added the bug Something isn't working label Jul 24, 2023
appelgriebsch added a commit to appelgriebsch/LazyVim that referenced this issue Jul 25, 2023
@folke folke closed this as completed in 2e09051 Jul 25, 2023
joshmedeski pushed a commit to joshmedeski/LazyVim that referenced this issue Sep 1, 2023
Co-authored-by: Andreas Gerlach <andreas.gerlach@xarvio.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant