mirror of https://github.com/folke/lazy.nvim.git
docs: updated feature list
This commit is contained in:
parent
7ca0746fbf
commit
650e192c87
15
README.md
15
README.md
|
@ -1,24 +1,23 @@
|
||||||
# 💤 lazy.nvim
|
# 💤 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)
|
![image](https://user-images.githubusercontent.com/292349/207705153-077e183e-ae5f-4cbe-b1d8-07b7bf86026e.png)
|
||||||
|
|
||||||
## ✨ Features
|
## ✨ Features
|
||||||
|
|
||||||
- 📦 Manage all your Neovim plugins with a fancy UI
|
- 📦 Manage all your Neovim plugins with a sleek and intuitive UI
|
||||||
- 🚀 Fast startup: Automatically caches and compiles byte code of all lua modules needed during startup
|
- 🚀 Fast startup times thanks to automatic caching and bytecode compilation of lua modules.
|
||||||
- 💾 Partial clones instead of shallow clones
|
- 💾 Partial clones instead of shallow clones
|
||||||
- 🔌 Auto lazy-loading of lua modules
|
- 🔌 Automatic lazy-loading of lua modules and lazy-loading on events, commands, filetypes, and key mappings.
|
||||||
- 📆 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.
|
||||||
- ⏳ Automatically installs missing plugins before starting up so you can start using Neovim right away
|
|
||||||
- 💪 Async execution for improved performance
|
- 💪 Async execution for improved performance
|
||||||
- 🛠️ No need to manually compile plugins
|
- 🛠️ No need to manually compile plugins
|
||||||
- 🧪 Correct sequencing of dependencies
|
- 🧪 Correct sequencing of dependencies
|
||||||
- 📁 Configurable in multiple files
|
- 📁 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
|
- 📊 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
|
- 🔎 Automatically check for updates
|
||||||
- 📋 Commit, branch, tag, version, and full [Semver](https://devhints.io/semver) support
|
- 📋 Commit, branch, tag, version, and full [Semver](https://devhints.io/semver) support
|
||||||
- 📈 Statusline component to see the number of pending updates
|
- 📈 Statusline component to see the number of pending updates
|
||||||
|
|
Loading…
Reference in New Issue