Files
nvim/README.md
2025-09-01 17:07:32 +02:00

17 lines
269 B
Markdown

# Neovim configuration in pure lua
Configure the environment in `conf.lua`.
Most lsp require `npm` installed on the system.
## Dependencies
To install proper snippets and get lsp running install the following programs into your path
```
make
curl
gcc
libc
bash
```