intellivim icon indicating copy to clipboard operation
intellivim copied to clipboard

Running IntelliVim server without IDEA

Open npafitis opened this issue 5 years ago • 1 comments

Is it possible to run Intellivim server without the need of running IDEA? Or maybe something like running in a headless IDEA instance. I don't want to run the whole instnce of IDEA when i just want to use VIM

npafitis avatar Jan 12 '20 18:01 npafitis

IntelliVim is powered by idea so unfortunately it's not possible (though I certainly understand where you're coming from!)

I had tried at one point to hide the UI but too much of idea is tightly coupled to gui things that it wasn't possible.

You might check out the idea language server project. It was inspired by this thing but is more editor agnostic and is more actively developed.

On Sun, Jan 12, 2020, 1:19 PM npafitis [email protected] wrote:

Is it possible to run Intellivim server without the need of running IDEA? Or maybe something like running in a headless IDEA instance. I don't want to run the whole instnce of IDEA when i just want to use VIM

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dhleong/intellivim/issues/41?email_source=notifications&email_token=AAGHIFVNEAPLGGCXSXGKRQLQ5NNKJA5CNFSM4KFZDFCKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IFTCRCA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGHIFRC2U3GIIR6MZXTJDDQ5NNKJANCNFSM4KFZDFCA .

dhleong avatar Jan 13 '20 12:01 dhleong