From 12088d389d49df77e10f0a48e4aec4079282088d Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sat, 7 Jan 2023 11:53:23 +0100 Subject: [PATCH] docs: added description --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5041718f..a5bafd03 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ Basic IDE for lazy Neovim users using [lazy.nvim](https://github.com/folke/lazy.nvim) +Can't decide between building a config from scratch or using one of the existing +Neovim "distros"? + +With **LazyVim** you don't have to. Configuring **LazyVim** is +**exactly the same** as you would configure a config from scratch. +You can easily add new plugins, change the config for existing ones +or disable plugins. + ![image](https://user-images.githubusercontent.com/292349/210136312-c211f781-6d51-46b0-a265-6098bdbb364d.png) ## 🚀 Getting Started