From 650e192c87d31cd8d577022526d7d580c8bed934 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Wed, 14 Dec 2022 22:10:45 +0100 Subject: [PATCH] docs: updated feature list --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 54a1708..23836a7 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,23 @@ # ๐Ÿ’ค lazy.nvim -Modern plugin manager for Neovim +**lazy.nvim** is a modern plugin manager for Neovim. ![image](https://user-images.githubusercontent.com/292349/207705153-077e183e-ae5f-4cbe-b1d8-07b7bf86026e.png) ## โœจ Features -- ๐Ÿ“ฆ Manage all your Neovim plugins with a fancy UI -- ๐Ÿš€ Fast startup: Automatically caches and compiles byte code of all lua modules needed during startup +- ๐Ÿ“ฆ Manage all your Neovim plugins with a sleek and intuitive UI +- ๐Ÿš€ Fast startup times thanks to automatic caching and bytecode compilation of lua modules. - ๐Ÿ’พ Partial clones instead of shallow clones -- ๐Ÿ”Œ Auto lazy-loading of lua modules -- ๐Ÿ“† Lazy-loading on events, commands, filetypes and key mappings -- โณ Automatically installs missing plugins before starting up so you can start using Neovim right away +- ๐Ÿ”Œ Automatic lazy-loading of lua modules and lazy-loading on events, commands, filetypes, and key mappings. +- โณ Automatically install missing plugins before starting up Neovim, allowing you to start using it right away. - ๐Ÿ’ช Async execution for improved performance - ๐Ÿ› ๏ธ No need to manually compile plugins - ๐Ÿงช Correct sequencing of dependencies - ๐Ÿ“ Configurable in multiple files -- ๐Ÿ’ป Dev option and patterns for using local plugin +- ๐Ÿ’ป Dev options and patterns for using local plugins - ๐Ÿ“Š Profiling tools to optimize performance -- ๐Ÿ”’ Lockfile `lazy-lock.json` to keep track of installed plugin versions +- ๐Ÿ”’ Lockfile `lazy-lock.json` to keep track of installed plugins - ๐Ÿ”Ž Automatically check for updates - ๐Ÿ“‹ Commit, branch, tag, version, and full [Semver](https://devhints.io/semver) support - ๐Ÿ“ˆ Statusline component to see the number of pending updates