From 10253909c98a586ffdbe31f5806e96b58da01be1 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 17 Sep 2024 02:08:57 -0700 Subject: [PATCH] docs: update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 39f4d27..36d6890 100644 --- a/README.md +++ b/README.md @@ -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 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 domain](./LICENSE).