Files
nvim/README.md

29 lines
462 B
Markdown

# Neovim configuration in pure lua
You can configure the current semester that you are in for university integrations.
There are certain things required like `make` and `npm` for various plugins.
## Dependencies
To install proper snippets and get the basic lsp the following programs are needed in path.
```
make
curl
gcc
libc
bash
```
Optionally for more lsp servers.
```
go
npm
```
## General
This configuration is based on the lazy plugin manager.