From 0783fb55fe045cacd9325ca27b74c2103eea0859 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 9 Jan 2023 11:30:54 +0100 Subject: [PATCH] docs: added features and requirements --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 0fee6b24..4ed61f65 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,20 @@ or disable plugins. ![image](https://user-images.githubusercontent.com/292349/211285846-0b7bb3bf-0462-4029-b64c-4ee1d037fc1c.png) +## โœจ 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)