From d287d76ec225ef0ccc5a3732c30f8550fb256883 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 7 Jan 2023 11:02:09 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/LazyVim.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/LazyVim.txt b/doc/LazyVim.txt index ac29c5f9..e7eeae8b 100644 --- a/doc/LazyVim.txt +++ b/doc/LazyVim.txt @@ -44,7 +44,7 @@ You can find a starter template for **LazyVim** here defaults = { lazy = true, -- every plugin is lazy-loaded by default version = "", -- try installing the latest stable version for plugins that support semver - }, + }, }) <