mirror of
https://github.com/runyanjake/dotfiles.git
synced 2025-10-04 13:57:28 -07:00
update README
This commit is contained in:
parent
3bbc7d2214
commit
00de86b27e
@ -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:
|
||||
```
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user