Add dependency notes
This commit is contained in:
parent
599361a6b7
commit
7207f8d9fc
@ -4,3 +4,8 @@ This is my Neovim configuration, using Lazy as the package manager.
|
|||||||
## How to
|
## How to
|
||||||
`git clone https://git.kovachev.xyz/kkovachev/nvim-config ~/.config/nvim` to copy it into your Neovim config directory.
|
`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`.
|
||||||
|
Loading…
Reference in New Issue
Block a user