Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ nvide: Personal vim configurations, which using Neovim as an IDE, powered by mod

## How to install

1. Download latest (prerelease) neovim. Appimage format is recommended. Rename the package as `nvim`.
2. Download nvim.config.tar.gz from github action of this repository.
### neovim Appimage
1. Download latest (prerelease) neovim and rename the package as `nvim`.
2. Download `nvim.config.tar.gz` from github action of this repository.
3. unzip the file and put it together with nvim like: `nvim nvim.config/`, so that when you run `./nvim`, it will use configurations in the `nvim.config`.

### console install
1. `sudo apt-get install neovim` for ubuntu and `brew install neovim` for macOS.
2. Download `nvim.config.tar.gz` from github action of this repository.
3. unzip the file, and `cp -r nvim.config/* ~/.config`.

So, let's start enjoy coding...