1
1
Fork 0
dotfiles/nvim/README.md
2019-08-02 16:15:31 -05:00

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
```