@ -109,7 +109,7 @@ I've got more ideas for simple unobtrusive improvements. More to come.
## Configuration
## Configuration
Configuration is done almost completely via global neovide variables in your vim config and can be manipulated live at runtime. Details can be found [here](https://github.com/Kethku/neovide/wiki/Configuration).
Configuration is done almost completely via global neovide variables in your vim config and can be manipulated live at runtime. Details can be found [here](https://github.com/neovide/neovide/wiki/Configuration).
## Install
## Install
@ -147,7 +147,7 @@ $ scoop install neovide
5. Build and install Neovide:
5. Build and install Neovide:
```sh
```sh
git clone https://github.com/Kethku/neovide
git clone https://github.com/neovide/neovide
cd neovide
cd neovide
cargo build --release
cargo build --release
```
```
@ -159,7 +159,7 @@ $ scoop install neovide
1. Install the latest version of Rust. Using homebrew: `brew install rustup-init`
1. Install the latest version of Rust. Using homebrew: `brew install rustup-init`
2. Configure rust by running `rustup-init`
2. Configure rust by running `rustup-init`
3. Install CMake. Using homebrew: `brew install cmake`
3. Install CMake. Using homebrew: `brew install cmake`
4. `git clone https://github.com/Kethku/neovide`
4. `git clone https://github.com/neovide/neovide`
5. `cd neovide`
5. `cd neovide`
6. `cargo build --release`
6. `cargo build --release`
7. Copy `./target/release/neovide` to a known location and enjoy.
7. Copy `./target/release/neovide` to a known location and enjoy.
@ -199,7 +199,7 @@ makepkg -si
```
```
Note: Neovide requires that a font be set in `init.vim` otherwise errors might be encountered.
Note: Neovide requires that a font be set in `init.vim` otherwise errors might be encountered.
See [#527](https://github.com/Kethku/neovide/issues/527)
See [#527](https://github.com/neovide/neovide/issues/527)
##### With non-default branch
##### With non-default branch
@ -240,7 +240,7 @@ snap install neovide
3. Clone the repository
3. Clone the repository
```sh
```sh
git clone "https://github.com/Kethku/neovide"
git clone "https://github.com/neovide/neovide"
```
```
4. Build
4. Build
@ -252,7 +252,7 @@ snap install neovide
5. Copy `./target/release/neovide` to a known location and enjoy.
5. Copy `./target/release/neovide` to a known location and enjoy.
## Troubleshooting
## Troubleshooting
- Neovide requires that a font be set in `init.vim` otherwise errors might be encountered. This can be fixed by adding `set guifont=Your\ Font\ Name:h15` in init.vim file. Reference issue [#527](https://github.com/Kethku/neovide/issues/527).
- Neovide requires that a font be set in `init.vim` otherwise errors might be encountered. This can be fixed by adding `set guifont=Your\ Font\ Name:h15` in init.vim file. Reference issue [#527](https://github.com/neovide/neovide/issues/527).
### Linux-specific
### Linux-specific
- If you recieve errors complaining about DRI3 settings, please reference issue [#44](https://github.com/Kethku/neovide/issues/44#issuecomment-578618052).
- If you recieve errors complaining about DRI3 settings, please reference issue [#44](https://github.com/neovide/neovide/issues/44#issuecomment-578618052).
<imgsrc="https://badgen.net/badge/icon/discord?icon=discord&label"alt="Discord"></a><ahref="https://matrix.to/#/#neovide_community:gitter.im"><imgsrc="https://matrix.to/img/matrix-badge.svg"alt="Chat on Matrix"></a><ahref="https://github.com/Kethku/neovide/discussions"><imgsrc="https://img.shields.io/badge/GitHub-Discussions-green?logo=github"alt="Discussions"></a>
<imgsrc="https://badgen.net/badge/icon/discord?icon=discord&label"alt="Discord"></a><ahref="https://matrix.to/#/#neovide_community:gitter.im"><imgsrc="https://matrix.to/img/matrix-badge.svg"alt="Chat on Matrix"></a><ahref="https://github.com/neovide/neovide/discussions"><imgsrc="https://img.shields.io/badge/GitHub-Discussions-green?logo=github"alt="Discussions"></a>