💤 A modern plugin manager for Neovim
Go to file
github-actions[bot] 09d4f0db23 chore(build): auto-generate docs 2024-07-18 15:04:31 +00:00
.github ci: update deploy branch 2024-06-24 17:15:47 +02:00
doc chore(build): auto-generate docs 2024-07-07 15:15:25 +00:00
docs chore(build): auto-generate docs 2024-07-18 15:04:31 +00:00
lua docs: added error handling to initial clone 2024-07-03 10:20:01 +02:00
src feat: initial site 2024-06-18 23:17:53 +02:00
static feat: initial site 2024-06-18 23:17:53 +02:00
.gitignore feat: initial site 2024-06-18 23:17:53 +02:00
.keep initial commit 2024-06-18 22:30:37 +02:00
.markdownlint.yaml docs: updated 2024-06-23 10:09:41 +02:00
README.footer.md docs: added footer 2024-06-23 20:28:46 +02:00
README.header.md feat: more docs 2024-06-23 20:20:49 +02:00
README.md chore(build): auto-generate docs 2024-06-24 15:42:11 +00:00
README.vim.md chore(build): auto-generate docs 2024-07-07 15:15:25 +00:00
babel.config.js feat: initial site 2024-06-18 23:17:53 +02:00
build.sh feat: initial site 2024-06-18 23:17:53 +02:00
docusaurus.config.ts docs: remove blog in favor of news page 2024-06-24 08:35:18 +02:00
package.json feat: initial site 2024-06-18 23:17:53 +02:00
pnpm-lock.yaml feat: initial site 2024-06-18 23:17:53 +02:00
sidebars.ts feat: initial site 2024-06-18 23:17:53 +02:00
socials.ts docs: test deploy 2024-06-18 23:38:24 +02:00
stylua.toml docs: updated 2024-06-23 10:09:41 +02:00
tsconfig.json feat: initial site 2024-06-18 23:17:53 +02:00

README.md

Install · Configure · Docs

lazy.nvim is a modern plugin manager for Neovim.

image

Features

  • 📦 Manage all your Neovim plugins with a powerful UI
  • 🚀 Fast startup times thanks to automatic caching and bytecode compilation of Lua modules
  • 💾 Partial clones instead of shallow clones
  • 🔌 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
  • 📚 Generates helptags of the headings in README.md files for plugins that don't have vimdocs
  • 💻 Dev options and patterns for using local plugins
  • 📊 Profiling tools to optimize performance
  • 🔒 Lockfile lazy-lock.json to keep track of installed plugins
  • 🔎 Automatically check for updates
  • 📋 Commit, branch, tag, version, and full Semver support
  • 📈 Statusline component to see the number of pending updates
  • 🎨 Automatically lazy-loads colorschemes

Requirements

  • Neovim >= 0.8.0 (needs to be built with LuaJIT)
  • Git >= 2.19.0 (for partial clones support)
  • a Nerd Font (optional)
  • luarocks to install rockspecs. You can remove rockspec from opts.pkg.sources to disable this feature.

🚀 Getting Started

Check the documentation website for more information.