Skip to content
This repository has been archived by the owner on Feb 9, 2019. It is now read-only.

Commit

Permalink
Merge pull request #2 from brcolow/fix-readme-typos
Browse files Browse the repository at this point in the history
Enhance/Fix README
  • Loading branch information
vhakulinen committed Apr 17, 2016
2 parents 6653267 + 3f89d92 commit 0d9e4cc
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
# neovim-intellij-complete
Intellij completion in neovim. Depends on https://github.com/vhakulinen/neovim-java-client
IntelliJ completion in [Neovim](https://neovim.io/). Depends on [neovim-java-client](https://github.com/vhakulinen/neovim-java-client).

# Installation
# Install It

Download the zip file from https://github.com/vhakulinen/neovim-intellij-complete/releases.
This is the intellij plugin which provides functionality for neovim which you can
use with deoplete and https://github.com/vhakulinen/neovim-intellij-complete-deoplete.
Download the zip file from [releases page](https://github.com/vhakulinen/neovim-intellij-complete/releases).
This is the IntelliJ plugin which provides functionality for Neovim which you can
use with deoplete and [neovim-intellij-complete-deoplete](https://github.com/vhakulinen/neovim-intellij-complete-deoplete).

Install the neovim-intellij-complete plugin for IDEA or Android Studio and
deoplete + neovim-intellij-complete-deoplete for neovim.
Install the neovim-intellij-complete plugin for IDEA, Andriod Studio, or
other Jetbrains IDE and deoplete + neovim-intellij-complete-deoplete for Neovim.

Then run `NVIM_LISTEN_ADDRESS=127.0.0.1:7650 nvim` and from your IDE, select
neovim->connect from the top bar (which should be there if you've installed the
intellij plugin correctly) and entter `127.0.0.1:7650`. Your neovim instannce
should now have echoed `Intellij connected`. Now the autocompletion should work.
Note that it will only work files which are included in the project which is
opened on your IDE which you connected to neovim.
# Use It
* Run `NVIM_LISTEN_ADDRESS=127.0.0.1:7650 nvim`
* Select `neovim->connect` from your IDE, from the top bar (which should be there if you've installed the
IntelliJ plugin correctly).
* Enter `127.0.0.1:7650` in the dialog box that opens.
* Your Neovim instance should echo `Intellij connected`.

Now the autocompletion should work. Note that it will only work files which are
included in the project which is opened on your IDE which you connected to neovim.

0 comments on commit 0d9e4cc

Please sign in to comment.