From 7207f8d9fcb3f697df879151aba4f346afa46425 Mon Sep 17 00:00:00 2001 From: Kiril Kovachev Date: Wed, 19 Jun 2024 01:41:28 +0100 Subject: [PATCH] Add dependency notes --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 305697f..9f41594 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,8 @@ This is my Neovim configuration, using Lazy as the package manager. ## How to `git clone https://git.kovachev.xyz/kkovachev/nvim-config ~/.config/nvim` to copy it into your Neovim config directory. +## Dependencies +- In order to use `lazygit`, it must be separately installed. +- - In order for it to work out of the box, you need to set up your git email/name or else it will error out. +- In order to install `pyright`, `npm` must be installed. +- In order for C++ to recognize system header files, (on Linux Mint/Ubuntu/Debian) install `libstdc++-12-dev`.