mirror of
https://oauth2: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@github.com/m1ngsama/dotfiles.git
synced 2026-05-10 19:10:58 +08:00
10 lines
146 B
Lua
10 lines
146 B
Lua
if vim.loader then
|
|
vim.loader.enable()
|
|
end
|
|
|
|
_G.dd = function(...)
|
|
require("util.debug").dump(...)
|
|
end
|
|
vim.print = _G.dd
|
|
|
|
require("config.lazy")
|