feat: added LazyVim global. Will refactor specs later to use that

This commit is contained in:
Folke Lemaitre 2024-03-20 17:26:47 +01:00
parent 1661759d33
commit 6e57e86c99
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -1,5 +1,7 @@
local Util = require("lazyvim.util") local Util = require("lazyvim.util")
_G.LazyVim = Util
---@class LazyVimConfig: LazyVimOptions ---@class LazyVimConfig: LazyVimOptions
local M = {} local M = {}