neovim-e icon indicating copy to clipboard operation
neovim-e copied to clipboard

Installation instructions should be a bit longer

Open SirVer opened this issue 9 years ago • 9 comments

I never did anything with web technology, Atom shell.... whatnot. Could you expand the three lines in the README to a bit more substantial help to get everything installed?

SirVer avatar Feb 16 '15 18:02 SirVer

Would be nice to use a setup similar to https://github.com/atom/atom-shell-starter to make the bootstrapping process easier.

rygwdn avatar Feb 17 '15 12:02 rygwdn

indeed, specially if one is on Windows (not sure if it is supported yet?)

jmlucjav avatar Feb 21 '15 15:02 jmlucjav

I'm curious how you connect this GUI to NeoVim running on a remote server.

aquillano avatar Apr 17 '15 12:04 aquillano

:+1:

rockneverdies55 avatar Apr 29 '15 19:04 rockneverdies55

This worked for me on Windows 7

  1. install elecron

    npm install electron-prebuilt -g
    
  2. Download latest neovim binary for windows from appveyor. Keep it somewhere on the path.

  3. Clone neovim repo and move runtime folder to "C:\Program Files\Neovim\share\nvim"

  4. Then clone this repo and install

    git clone <this repo>
    cd <folder>
    apm install . && grunt
    
  5. Launch with Electron .

I also had to copy ~/.vim to ~/.nvim and ~/.vimrc to ~/.nvimrc

Required a little bit of head scratching but I agree that having this on the front page will help

raghur avatar May 11 '15 09:05 raghur

A .app for OS X will be awesome. :D

trusktr avatar Jun 12 '15 17:06 trusktr

How do you run apm? Running on MAC, I have installed electron with brew: brew cask install electron but no apm command exists... Do I need to install Atom?

simonweil avatar Aug 28 '15 10:08 simonweil

@simonweil https://github.com/atom/apm

trusktr avatar Aug 31 '15 03:08 trusktr

Thanks!

simonweil avatar Sep 22 '15 11:09 simonweil