mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-09 20:34:31 +02:00
chore(build): auto-generate vimdoc
This commit is contained in:
parent
aa6ba29772
commit
40eeb837e5
1 changed files with 7 additions and 35 deletions
|
@ -4,14 +4,14 @@
|
||||||
Table of Contents *LazyVim-table-of-contents*
|
Table of Contents *LazyVim-table-of-contents*
|
||||||
|
|
||||||
1. LazyVim |LazyVim-lazyvim|
|
1. LazyVim |LazyVim-lazyvim|
|
||||||
|
- Getting Started |LazyVim-getting-started|
|
||||||
- Todo |LazyVim-todo|
|
- Todo |LazyVim-todo|
|
||||||
- File Structure |LazyVim-file-structure|
|
|
||||||
- Plugins |LazyVim-plugins|
|
- Plugins |LazyVim-plugins|
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
1. LazyVim *LazyVim-lazyvim*
|
1. LazyVim *LazyVim-lazyvim*
|
||||||
|
|
||||||
A starter template for Neovim using lazy.nvim
|
Basic IDE for lazy Neovim users using lazy.nvim
|
||||||
<https://github.com/folke/lazy.nvim>
|
<https://github.com/folke/lazy.nvim>
|
||||||
|
|
||||||
<div class="figure">
|
<div class="figure">
|
||||||
|
@ -19,6 +19,11 @@ A starter template for Neovim using lazy.nvim
|
||||||
<p class="caption">image</p>
|
<p class="caption">image</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
GETTING STARTED *LazyVim-getting-started*
|
||||||
|
|
||||||
|
You can find a starter template for **LazyVim** here
|
||||||
|
<https://github.com/LazyVim/starter>
|
||||||
|
|
||||||
TODO *LazyVim-todo*
|
TODO *LazyVim-todo*
|
||||||
|
|
||||||
|
|
||||||
|
@ -28,39 +33,6 @@ TODO *LazyVim-todo*
|
||||||
- test all-the-things
|
- test all-the-things
|
||||||
|
|
||||||
|
|
||||||
FILE STRUCTURE *LazyVim-file-structure*
|
|
||||||
|
|
||||||
<pre>
|
|
||||||
~/.config/nvim
|
|
||||||
lua
|
|
||||||
lazyvim
|
|
||||||
config
|
|
||||||
autocmds.lua
|
|
||||||
keymaps.lua
|
|
||||||
lazy.lua
|
|
||||||
options.lua
|
|
||||||
settings.lua
|
|
||||||
plugins
|
|
||||||
lsp
|
|
||||||
format.lua
|
|
||||||
init.lua
|
|
||||||
keymaps.lua
|
|
||||||
servers.lua
|
|
||||||
coding.lua
|
|
||||||
colorscheme.lua
|
|
||||||
config.lua
|
|
||||||
editor.lua
|
|
||||||
treesitter.lua
|
|
||||||
ui.lua
|
|
||||||
util.lua
|
|
||||||
util.lua
|
|
||||||
init.lua
|
|
||||||
lazy-lock.json
|
|
||||||
LICENSE
|
|
||||||
README.md
|
|
||||||
stylua.toml
|
|
||||||
</pre>
|
|
||||||
|
|
||||||
PLUGINS *LazyVim-plugins*
|
PLUGINS *LazyVim-plugins*
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue