Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/coolwanglu/neovim-e
- Owner: coolwanglu
- License: mit
- Created: 2015-02-09T07:17:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-18T01:13:08.000Z (about 8 years ago)
- Last Synced: 2024-12-11T10:22:55.029Z (about 1 month ago)
- Language: CoffeeScript
- Homepage:
- Size: 53.7 KB
- Stars: 271
- Watchers: 14
- Forks: 29
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)