intellivim icon indicating copy to clipboard operation
intellivim copied to clipboard

read README.md carefully. spend hard time up and running.

Open inherithandle opened this issue 4 years ago • 2 comments

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: Screenshot from 2020-07-14 18-25-36

but Vim seems not too understand those command. it says Not an editor command :JavaOptimizeImports. am I missing something?

inherithandle avatar Jul 14 '20 09:07 inherithandle

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.

dhleong avatar Jul 14 '20 11:07 dhleong

https://github.com/Ruin0x11/intellij-lsp-server is dead (read-only) project now.

XVilka avatar Nov 03 '21 07:11 XVilka