mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-22 11:45:33 +02:00
docs: added features and requirements
This commit is contained in:
parent
50f0e45518
commit
0783fb55fe
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -12,6 +12,20 @@ or disable plugins.
|
|||
|
||||

|
||||
|
||||
## ✨ Features
|
||||
|
||||
- 🔥 Transform your Neovim into a full-fledged IDE
|
||||
- 💤 Easily customize and extend your config with [lazy.nvim](https://github.com/folke/lazy.nvim)
|
||||
- 🚀 Blazingly fast startup (loads in under **20ms**)
|
||||
- 🧹 Sane default settings for options, autocmds, and keymaps
|
||||
- 📦 Comes with a wealth of plugins pre-configured and ready to use
|
||||
|
||||
## ⚡️ Requirements
|
||||
|
||||
- Neovim >= **0.8.0** (needs to be built with **LuaJIT**)
|
||||
- Git >= **2.19.0** (for partial clones support)
|
||||
- a [Nerd Font](https://www.nerdfonts.com/) **_(optional)_**
|
||||
|
||||
## 🚀 Getting Started
|
||||
|
||||
You can find a starter template for **LazyVim** [here](https://github.com/LazyVim/starter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue