nvim-java not working on raspberry Pi #261
Unanswered
junkerjoerg12
asked this question in
Q&A
Replies: 1 comment 8 replies
-
|
What plugin manager do you use? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have neovim set up on my main mashine and everything works as intendet. Now I wanted to use Java on my Raspberry Pi. So I installed everything and cloned my nvim config from my github. But whenever I start nvim I get two errors showing up


First "module 'java-core.utils.notify' not found: "
And then "Failed to source {Path/to/mynvim-java/config}
I have already tried to uninstall the plugin and dap-core and reinstall it but that didnt change anything
I would appreciate any help!
Ps there is still some auto fill (probably not quite the correct word). For example if i type main and then enter it does the public static void main for me , but my guess it that comes already build in with nvim.
Beta Was this translation helpful? Give feedback.
All reactions