nvim-config/README.md

12 lines
580 B
Markdown
Raw Permalink Normal View History

2024-04-30 10:40:24 +00:00
# Neovim configuration
This is my Neovim configuration, using Lazy as the package manager.
2024-04-30 10:24:23 +00:00
2024-04-30 10:40:24 +00:00
## How to
`git clone https://git.kovachev.xyz/kkovachev/nvim-config ~/.config/nvim` to copy it into your Neovim config directory.
2024-04-30 10:24:23 +00:00
2024-06-19 00:41:28 +00:00
## 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`.