beajeanm commented on issue #7114:
URL: https://github.com/apache/netbeans/issues/7114#issuecomment-2901857626

   @stCarolas are you still trying to get the LSP working in neovim?
   I managed to have it running with something along the line of:
   ```lua
   
   return {
        cmd = {
                "<PATH_TO_NETBEANS>/netbeans/bin/netbeans",
                "--modules",
                "--enable",
                "org.netbeans.modules.java.lsp.server",
                "--start-java-language-server=stdio",
        },
        filetypes = { "java" },
        root_markers = { ".git" },
   }
   ```
   So it seems that the lsp module is no enable in the default binaries, and we 
have to enable it explicitly.
   I'm not convince that this is the best way to have it running, I end up with 
a splash screen that doesn't disappear, and the server doesn't shutdown when I 
exist neovim. 
   I hope someone more familiar with the LSP module can explain how to have a 
more seamless start/stop experience.
   
   <img width="1245" alt="Image" 
src="https://github.com/user-attachments/assets/c25c984f-4f39-4269-95ad-03ca107c7871";
 />
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to