From d1131b7c83b9f109c4438562835a35a47d8d6eee Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Mon, 10 Jun 2024 15:11:24 +0200 Subject: [PATCH] docs(readme): split long sentence --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e5c339..9838e91 100755 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ but reduced down to the very basics required for lazy-loading only. ### :zzz: Comparison with `lazy.nvim` -- `lz.n` is **not a plugin manager**, but focuses **on lazy-loading only**, - and is intended to be used with (or by) a plugin manager. +- `lz.n` is **not a plugin manager**, but focuses **on lazy-loading only**. + It is intended to be used with (or by) a plugin manager. - The feature set is minimal, to [reduce code complexity](https://grugbrain.dev/) and simplify the API. For example, the following `lazy.nvim` features are **out of scope**: