docs: update readme

This commit is contained in:
Youwen Wu 2024-09-17 02:08:57 -07:00
parent 9832d50fde
commit 10253909c9
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -19,6 +19,11 @@ are just symlinks to `nvim`), except it bundles all of my custom configuration
and their dependencies with the power of Nix. Plugins are managed by Nix. An and their dependencies with the power of Nix. Plugins are managed by Nix. An
entirely self-contained, reproducible, purely functional text editor. Amazing. entirely self-contained, reproducible, purely functional text editor. Amazing.
All plugins are precompiled to Lua bytecode by `Luajit` when the package is
built for maximum speed and efficiency. When possible, plugins are also
combined for a massive efficiency boost. This allows startup times as fast as
lazy loading without all of the hassle.
Feel free to fork or copy the config to use yourself. It's free in the [public Feel free to fork or copy the config to use yourself. It's free in the [public
domain](./LICENSE). domain](./LICENSE).