From 895c82f72d55b111745bac04ca5c86c3750d148b Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 9 Jan 2023 10:56:54 +0100 Subject: [PATCH] docs: added more info on default configs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 78952b8d..b68548c5 100644 --- a/README.md +++ b/README.md @@ -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)