Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/beeender/ComradeNeovim

Brings JetBrains/IntelliJ IDEs magic to Neovim with minimal setup.
https://github.com/beeender/ComradeNeovim

Last synced: 2 months ago
JSON representation

Brings JetBrains/IntelliJ IDEs magic to Neovim with minimal setup.

Awesome Lists containing this project

README

        

# ComradeNeovim [![Build Status](https://travis-ci.com/beeender/ComradeNeovim.svg?branch=master)](https://travis-ci.com/beeender/ComradeNeovim)

Brings JetBrains/IntelliJ IDEs magic to Neovim.

ComradeNeovim creates a bridge between JetBrains IDEs and Neovim to bi-directly
synchronize editing contents between them and bring features like auto
completion, linting and quick fix to Neovim.

**You also need to install the neovim side plugin to make this work. Please refer to [Comrade](https://github.com/beeender/Comrade).**

- [Install](#install)
- [Build](#Build)
- [Screenshots](#Screenshots)

# Install

- Search for `ComradeNeovim` in the IntelliJ plugin market and install it.
- Install [Comrade](https://github.com/beeender/Comrade) to your Neovim.

# Build

- Setup your environment for IntelliJ plugin development. See [guide](https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/setting_up_environment.html) here.
- Clone this project.
- Open this project from IDEA.

## Screenshots

![Flutter in Android Studio](https://github.com/beeender/ComradeNeovim/blob/master/screenshot/android_studio_flutter.gif)