intellivim
intellivim copied to clipboard
read README.md carefully. spend hard time up and running.
I am not sure I understand what the document says. so this plugin allows Vim invoked from Bash to do things like :JavaOptimizeImports
and JavaNew
, am I right? I have IntelliVim-1.0-SNAPSHOT.zip installed on Intellij like:
but Vim seems not too understand those command. it says Not an editor command :JavaOptimizeImports. am I missing something?
It's been quite some time since I've worked on this project so it's hard to recommend and I can't offer support, but if you want to try it you'll also have to install the Vim runtime files. If you use vim-plug, that might look something like:
Plug 'dhleong/intellivim', {'rtp': 'vim'}
https://github.com/Ruin0x11/intellij-lsp-server is another project in a similar vein.
https://github.com/Ruin0x11/intellij-lsp-server is dead (read-only) project now.