chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2023-01-09 09:57:40 +00:00
parent 895c82f72d
commit 7dcfd55d58

View file

@ -57,7 +57,9 @@ You can find a starter template for **LazyVim** here
FILE STRUCTURE *LazyVim-file-structure* FILE STRUCTURE *LazyVim-file-structure*
The files under config will be automatically loaded at the appropriate time, so The files under config will be automatically loaded at the appropriate time, so
you dont need to require those files manually. you dont 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 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> be automatically loaded by lazy.nvim <https://github.com/folke/lazy.nvim>