mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
aadc912694
commit
caf3897841
|
@ -718,13 +718,13 @@ Example:
|
||||||
- any lua file in `~/.config/nvim/lua/plugins/.lua` will be automatically merged in the main plugin spec
|
- any lua file in `~/.config/nvim/lua/plugins/.lua` will be automatically merged in the main plugin spec
|
||||||
|
|
||||||
|
|
||||||
For a real-life example, you can check my personal dots:
|
For a real-life example, you can check LazyVim
|
||||||
|
<https://github.com/folke/LazyVim>, a starter template for lazy Neovim users.
|
||||||
|
|
||||||
|
|
||||||
- init.lua <https://github.com/folke/dot/blob/master/config/nvim/init.lua> where I require `config.lazy`
|
- init.lua <https://github.com/folke/LazyVim/blob/main/init.lua> where `lazyvim.config.lazy` is required
|
||||||
- config.lazy <https://github.com/folke/dot/blob/master/config/nvim/lua/config/lazy.lua> where I bootstrap and setup **lazy.nvim**
|
- lazyvim.config.lazy <https://github.com/folke/LazyVim/blob/main/lua/lazyvim/config/lazy.lua> where we setup **lazy.nvim**
|
||||||
- config.plugins <https://github.com/folke/dot/blob/master/config/nvim/lua/plugins/init.lua> is my main plugin config module
|
- lazyvim.plugins <https://github.com/folke/LazyVim/tree/main/lua/lazyvim/plugins> contains all the plugin specs that will be loaded
|
||||||
- Any submodule of config.plugins (submodules) <https://github.com/folke/dot/tree/master/config/nvim/lua/plugins> will be automatically loaded as well.
|
|
||||||
|
|
||||||
|
|
||||||
MIGRATION GUIDE *lazy.nvim-migration-guide*
|
MIGRATION GUIDE *lazy.nvim-migration-guide*
|
||||||
|
|
Loading…
Reference in New Issue