16 lines
259 B
Markdown
16 lines
259 B
Markdown
# Gaiety's (Jo Wroten's) Dotfiles
|
|
|
|
## Neovim
|
|
|
|
Vim alternative `nvim`.
|
|
|
|
## Setup
|
|
|
|
```bash
|
|
apt-get install software-properties-common
|
|
apt-get install python-software-properties
|
|
add-apt-repository ppa:neovim-ppa/stable
|
|
apt-get update
|
|
apt-get install neovim
|
|
```
|
|
|