Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/coolwanglu/neovim-e

Electron UI for Neovim
https://github.com/coolwanglu/neovim-e

Last synced: about 1 month ago
JSON representation

Electron UI for Neovim

Awesome Lists containing this project

README

        

Neovime: Electron UI for Neovim

- Install Neovim, Electron, grunt-cli
- `apm install . && grunt && electron . `

# User Config

User configuration may be specified in [userDataDir](https://github.com/atom/electron/blob/master/docs/api/app.md#appgetpathname)/config.cson

Valid options are listed [here](https://github.com/coolwanglu/neovim.as/blob/master/src/nvim/config.coffee)

Example

```
# Location
# %APPDATA%/Neovim-e/config.cson for Windows
# %XDG_CONFIG_HOME/Neovim-e/config.cson OR ~/.config/Neovim-e/config.cson for Linux
# ~/Library/Application Support/Neovim-e/config.cson for OS X
font: '13px monospace'
row: 60
```

## [Demo Video](http://youtu.be/zgNJnBKMRNw)