refactor: simplify plugin loader

This commit is contained in:
2026-04-11 22:55:51 +02:00
parent eb96536a8f
commit ec81afbab7
5 changed files with 82 additions and 117 deletions
+2 -12
View File
@@ -1,19 +1,9 @@
My Neovim config.
## System Requirements
Only supports Linux, macOS and other BSD variants. Requires neovim v0.12.
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.