mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-12 18:34:36 +02:00
fix: merge conflict
This commit is contained in:
parent
f308867570
commit
349ae03f09
2 changed files with 3 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue