Skip to content

Commit

Permalink
fix: merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Mar 29, 2024
1 parent f308867 commit 349ae03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/lazyvim/config/init.lua
Expand Up @@ -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 = {
Expand Down
1 change: 1 addition & 0 deletions lua/lazyvim/util/init.lua
@@ -1,6 +1,7 @@
local LazyUtil = require("lazy.core.util")

---@class lazyvim.util: LazyUtilCore
---@field config LazyVimConfig
---@field ui lazyvim.util.ui
---@field lsp lazyvim.util.lsp
---@field root lazyvim.util.root
Expand Down

0 comments on commit 349ae03

Please sign in to comment.