mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 13:26:45 +00:00
chore(build): auto-generate vimdoc
This commit is contained in:
parent
ae12dd9686
commit
a1c926f87b
1 changed files with 2 additions and 4 deletions
|
@ -718,12 +718,10 @@ Example:
|
|||
|
||||
|
||||
For a real-life example, you can check LazyVim
|
||||
<https://github.com/folke/LazyVim>, a starter template for lazy Neovim users.
|
||||
<https://github.com/LazyVim/LazyVim>, a starter template for lazy Neovim users.
|
||||
|
||||
|
||||
- init.lua <https://github.com/folke/LazyVim/blob/main/init.lua> where `lazyvim.config.lazy` is required
|
||||
- lazyvim.config.lazy <https://github.com/folke/LazyVim/blob/main/lua/lazyvim/config/lazy.lua> where we setup **lazy.nvim**
|
||||
- lazyvim.plugins <https://github.com/folke/LazyVim/tree/main/lua/lazyvim/plugins> contains all the plugin specs that will be loaded
|
||||
- lazyvim.plugins <https://github.com/LazyVim/LazyVim/tree/main/lua/lazyvim/plugins> contains all the plugin specs that will be loaded
|
||||
|
||||
|
||||
MIGRATION GUIDE *lazy.nvim-migration-guide*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue