mirror of
https://github.com/m1ngsama/dotfiles.git
synced 2025-12-24 10:51:24 +00: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")
|