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 - }, + }, }) <