fix: merge conflict

This commit is contained in:
Folke Lemaitre committed 2024-03-29 09:45:31 +01:00
1 parent f308867570
commit 349ae03f09
2 files changed
+3 -1

No files matched your search

+2 -1
View File
@@ -3,7 +3,8 @@ _G.LazyVim = require("lazyvim.util")
---@class LazyVimConfig: LazyVimOptions
local M = {}
M.version = "10.21.0" -- x-release-please-version
M.version = "10.20.1" -- x-release-please-version
LazyVim.config = M
---@class LazyVimOptions
local defaults = {