mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
docs: Changed dot from LazyVim
This commit is contained in:
parent
b4d4e6b41b
commit
eeb069cad8
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -657,12 +657,12 @@ return {
|
|||
|
||||
- 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 a starter template:
|
||||
|
||||
- [init.lua](https://github.com/folke/dot/blob/master/config/nvim/init.lua) where I require `config.lazy`
|
||||
- [config.lazy](https://github.com/folke/dot/blob/master/config/nvim/lua/config/lazy.lua) where I bootstrap and setup **lazy.nvim**
|
||||
- [config.plugins](https://github.com/folke/dot/blob/master/config/nvim/lua/plugins/init.lua) is my main plugin config module
|
||||
- Any submodule of [config.plugins (submodules)](https://github.com/folke/dot/tree/master/config/nvim/lua/plugins) will be automatically loaded as well.
|
||||
- [init.lua](https://github.com/folke/LazyVim/blob/main/init.lua) where I require `config.lazy`
|
||||
- [config.lazy](https://github.com/folke/LazyVim/blob/main/lua/lazyvim/config/lazy.lua) where I bootstrap and setup **lazy.nvim**
|
||||
- [config.plugins](https://github.com/folke/LazyVim/blob/main/lua/lazyvim/plugins/ui.lua) is my UI part plugin config module
|
||||
- Any submodule of [config.plugins (submodules)](https://github.com/folke/LazyVim/tree/main/lua/lazyvim/plugins) will be automatically loaded as well.
|
||||
|
||||
## 📦 Migration Guide
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue