mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-31 07:09:54 +02:00
docs: added more info on default configs
This commit is contained in:
parent
4b32acf12d
commit
895c82f72d
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ require("lazy").setup({
|
|||
|
||||
The files under config will be automatically loaded at the appropriate time,
|
||||
so you don't need to require those files manually.
|
||||
**LazyVim** comes with a set of default config files that will be loaded
|
||||
**_before_** your own. See [here](https://github.com/LazyVim/LazyVim/tree/main/lua/lazyvim/config)
|
||||
|
||||
You can add your custom plugin specs under `lua/plugins/`. All files there
|
||||
will be automatically loaded by [lazy.nvim](https://github.com/folke/lazy.nvim)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue