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 #1215

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

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

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

Comments

@ys-kalyakin
Copy link

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

See:
#1207

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

"-configuration",
vim.fs.joinpath(jdtls_cache_dir, "config"),
"-data",
vim.fs.joinpath(jdtls_cache_dir, "workspace"),

Steps To Reproduce

#1207

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 25, 2023
@dpetka2001
Copy link
Contributor

Didn't you already post an issue about this and was fixed?

@folke folke closed this as not planned Won't fix, can't repro, duplicate, stale Jul 25, 2023
@ys-kalyakin
Copy link
Author

Didn't you already post an issue about this and was fixed?

fixed only one entry

dpetka2001 added a commit to dpetka2001/LazyVim that referenced this issue Jul 25, 2023
dpetka2001 added a commit to dpetka2001/LazyVim that referenced this issue Jul 25, 2023
dpetka2001 added a commit to dpetka2001/LazyVim that referenced this issue Jul 25, 2023
dpetka2001 added a commit to dpetka2001/LazyVim that referenced this issue Jul 25, 2023
folke pushed a commit that referenced this issue Jul 25, 2023
joshmedeski pushed a commit to joshmedeski/LazyVim that referenced this issue Sep 1, 2023
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.

3 participants