mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-03 17:45:05 +02:00
chore(build): auto-generate vimdoc
This commit is contained in:
parent
f613a08255
commit
d4018566ea
1 changed files with 18 additions and 0 deletions
|
@ -31,6 +31,24 @@ GETTING STARTED *LazyVim-getting-started*
|
|||
You can find a starter template for **LazyVim** here
|
||||
<https://github.com/LazyVim/starter>
|
||||
|
||||
**TLDR:**
|
||||
|
||||
>lua
|
||||
require("lazy").setup({
|
||||
spec = {
|
||||
-- import LazyVim plugins
|
||||
{ "LazyVim/LazyVim", import = "lazyvim.plugins" },
|
||||
-- import/override with your plugins
|
||||
{ import = "plugins" },
|
||||
},
|
||||
defaults = {
|
||||
lazy = true, -- every plugin is lazy-loaded by default
|
||||
version = "", -- try installing the latest stable version for plugins that support semver
|
||||
},
|
||||
})
|
||||
<
|
||||
|
||||
|
||||
TODO *LazyVim-todo*
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue