From 7dcfd55d585ac4b766d87cef2d0804927c01f40d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Jan 2023 09:57:40 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/LazyVim.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/LazyVim.txt b/doc/LazyVim.txt index 33f1281f..abcf2744 100644 --- a/doc/LazyVim.txt +++ b/doc/LazyVim.txt @@ -57,7 +57,9 @@ You can find a starter template for **LazyVim** here FILE STRUCTURE *LazyVim-file-structure* The files under config will be automatically loaded at the appropriate time, so -you don’t need to require those files manually. +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 + You can add your custom plugin specs under `lua/plugins/`. All files there will be automatically loaded by lazy.nvim