Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 713 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 713 Bytes

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