update README

This commit is contained in:
whitney-server 2024-09-22 05:42:04 +00:00
parent 3bbc7d2214
commit 00de86b27e
2 changed files with 9 additions and 0 deletions

View File

@ -3,6 +3,10 @@ My LazyVim config, a sequel to runyanjake/nvim.
Based off of `https://github.com/LazyVim/starter`.
## Installation
0. The OS may not be bundled with GCC which is required for neovim variants. It is part of `build-essential`, a bundle of useful build tools.
```
sudo apt install build-essential
```
1. Install Neovim if not installed.
Homebrew:
```

View File

@ -20,6 +20,11 @@ My nvim configuration for neovim on ubuntu. Sort of superceded by nvim config.
## Instructions
### First Time Setup
0. The OS may not be bundled with GCC which is required for neovim variants. It is part of `build-essential`, a bundle of useful build tools.
```
sudo apt install build-essential
```
1. Install the latest version of Neovim from the Neovim Launchpad PPA. Ubuntu apt has an older version, and since then much has changed, so we'll prefer the latest stable from the PPA.
```
sudo add-apt-repository ppa:neovim-ppa/stable