This repository has been archived by the owner on Feb 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from brcolow/fix-readme-typos
Enhance/Fix README
- Loading branch information
Showing
1 changed file
with
16 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |