mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-23 20:24:28 +02:00
chore(build): auto-generate vimdoc
This commit is contained in:
parent
348b57ef96
commit
ce250bfbbd
1 changed files with 26 additions and 9 deletions
|
@ -4,6 +4,8 @@
|
||||||
Table of Contents *LazyVim-table-of-contents*
|
Table of Contents *LazyVim-table-of-contents*
|
||||||
|
|
||||||
1. LazyVim |LazyVim-lazyvim|
|
1. LazyVim |LazyVim-lazyvim|
|
||||||
|
- Features |LazyVim-features|
|
||||||
|
- Requirements |LazyVim-requirements|
|
||||||
- Getting Started |LazyVim-getting-started|
|
- Getting Started |LazyVim-getting-started|
|
||||||
- File Structure |LazyVim-file-structure|
|
- File Structure |LazyVim-file-structure|
|
||||||
- Configuring **LazyVim** |LazyVim-configuring-**lazyvim**|
|
- Configuring **LazyVim** |LazyVim-configuring-**lazyvim**|
|
||||||
|
@ -13,21 +15,36 @@ Table of Contents *LazyVim-table-of-contents*
|
||||||
==============================================================================
|
==============================================================================
|
||||||
1. LazyVim *LazyVim-lazyvim*
|
1. LazyVim *LazyVim-lazyvim*
|
||||||
|
|
||||||
Neovim config for the lazy powered by lazy.nvim
|
Introducing LazyVim, a Neovim configuration that combines the benefits of a
|
||||||
<https://github.com/folke/lazy.nvim>.
|
pre-made distro with the flexibility of building your own setup from scratch.
|
||||||
|
Powered by lazy.nvim <https://github.com/folke/lazy.nvim>, LazyVim allows you
|
||||||
Can’t decide between building a config from scratch or using one of the
|
to easily add, modify, or disable plugins as needed, all while enjoying the
|
||||||
existing Neovim **_distros_**?
|
convenience of a pre-configured config. With LazyVim, you get the best of both
|
||||||
|
worlds.
|
||||||
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.
|
|
||||||
|
|
||||||
<div class="figure">
|
<div class="figure">
|
||||||
<img src="https://user-images.githubusercontent.com/292349/211285846-0b7bb3bf-0462-4029-b64c-4ee1d037fc1c.png" title="fig:"/>
|
<img src="https://user-images.githubusercontent.com/292349/211285846-0b7bb3bf-0462-4029-b64c-4ee1d037fc1c.png" title="fig:"/>
|
||||||
<p class="caption">image</p>
|
<p class="caption">image</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
FEATURES *LazyVim-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 *LazyVim-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 *LazyVim-getting-started*
|
GETTING STARTED *LazyVim-getting-started*
|
||||||
|
|
||||||
You can find a starter template for **LazyVim** here
|
You can find a starter template for **LazyVim** here
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue