From 00de86b27e44f1a08064996df17d4ebbaba23f34 Mon Sep 17 00:00:00 2001 From: whitney-server Date: Sun, 22 Sep 2024 05:42:04 +0000 Subject: [PATCH] update README --- lazyvim/README.md | 4 ++++ neovim/README.md | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/lazyvim/README.md b/lazyvim/README.md index 557b4fb..0653591 100644 --- a/lazyvim/README.md +++ b/lazyvim/README.md @@ -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: ``` diff --git a/neovim/README.md b/neovim/README.md index ed9c6b0..8846349 100644 --- a/neovim/README.md +++ b/neovim/README.md @@ -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