mirror of https://github.com/folke/lazy.nvim.git
docs: LazyVim
This commit is contained in:
parent
a1c926f87b
commit
735f2a280e
|
@ -656,8 +656,7 @@ return {
|
||||||
|
|
||||||
- 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 [LazyVim](https://github.com/LazyVim/LazyVim),
|
For a real-life example, you can check [LazyVim](https://github.com/LazyVim/LazyVim) and more specifically:
|
||||||
a starter template for lazy Neovim users.
|
|
||||||
|
|
||||||
- [lazyvim.plugins](https://github.com/LazyVim/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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue