From ce250bfbbd79e937b428476bcb0f12d9ec654f66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Jan 2023 10:34:54 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/LazyVim.txt | 35 ++++++++++++++++++++++++++--------- 1 file changed, 26 insertions(+), 9 deletions(-) diff --git a/doc/LazyVim.txt b/doc/LazyVim.txt index 15e12ba3..108117d7 100644 --- a/doc/LazyVim.txt +++ b/doc/LazyVim.txt @@ -4,6 +4,8 @@ Table of Contents *LazyVim-table-of-contents* 1. LazyVim |LazyVim-lazyvim| + - Features |LazyVim-features| + - Requirements |LazyVim-requirements| - Getting Started |LazyVim-getting-started| - File Structure |LazyVim-file-structure| - Configuring **LazyVim** |LazyVim-configuring-**lazyvim**| @@ -13,21 +15,36 @@ Table of Contents *LazyVim-table-of-contents* ============================================================================== 1. LazyVim *LazyVim-lazyvim* -Neovim config for the lazy powered by 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. +Introducing LazyVim, a Neovim configuration that combines the benefits of a +pre-made distro with the flexibility of building your own setup from scratch. +Powered by lazy.nvim , LazyVim allows you +to easily add, modify, or disable plugins as needed, all while enjoying the +convenience of a pre-configured config. With LazyVim, you get the best of both +worlds.

image

+FEATURES *LazyVim-features* + + +- Transform your Neovim into a full-fledged IDE +- Easily customize and extend your config with 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 *LazyVim-requirements* + + +- Neovim >= **0.8.0** (needs to be built with **LuaJIT**) +- Git >= **2.19.0** (for partial clones support) +- a Nerd Font **_(optional)_** + + GETTING STARTED *LazyVim-getting-started* You can find a starter template for **LazyVim** here