• Stars
    star
    271
  • Rank 146,826 (Top 3 %)
  • Language
    CoffeeScript
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Electron UI for Neovim

Neovime: Electron UI for Neovim

  • Install Neovim, Electron, grunt-cli
  • apm install . && grunt && electron . <nvim arguments>

User Config

User configuration may be specified in userDataDir/config.cson

Valid options are listed here

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