-
coc.nvim
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
I just used your release.zip url directly without knowing how you got it. I tried this: https://github.com/neoclide/coc.nvim/archive/refs/heads/release.zip but got a 404. How to I get a zip from the coc-java repo like you did for coc.nvim?
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
How do I get specific languages like coc-java? Since this is not connected to the network, :CocInstall coc-java does not work. I did find this on github, but I'm not sure where to put it.
-
I have not grabbed jdtls yet. On a whim I opened up a java file in nvim and expected some sort of "cannot find jdtls" error, but got nothing. So I pressed on and looked for jdtls and found eclipse-jdt.ls but I also found nvim-jdtls. Is that second one necessary?
-
I have not grabbed jdtls yet. On a whim I opened up a java file in nvim and expected some sort of "cannot find jdtls" error, but got nothing. So I pressed on and looked for jdtls and found eclipse-jdt.ls but I also found nvim-jdtls. Is that second one necessary?
Related posts
-
Help setting up jdtls for java
-
Plugins and Settings for Java programming?
-
A Big Moment for me
-
[plugin woes] Any vim-lsp-ale alternatives for built-in lsp client?
-
Do you give use Vim for SQL. It took me a while to setup this. sqls - lang server (auto complete), dadbodUI (view table, execute and save query), prettier-sql (format code on save).