20 lines
814 B
Markdown
20 lines
814 B
Markdown
My Neovim config.
|
|
|
|
## System Requirements
|
|
Only supports Linux, macOS and other BSD variants. Requires neovim v0.11.
|
|
|
|
Below is a list of dependencies and the respective plugins that require it.
|
|
|
|
| Dependency | Plugins |
|
|
| ------------ | ----------------------------------------- |
|
|
| git | lazy, mason |
|
|
| C compiler | treesitter, LuaSnip, telescope-fzf-native |
|
|
| make | LuaSnip, telescope-fzf-native |
|
|
| curl or wget | mason |
|
|
| unzip | mason |
|
|
| GNU tar | mason |
|
|
| gzip | mason |
|
|
|
|
## License
|
|
BSD-3-Clause, see [LICENSE](LICENSE) for more information.
|