cfConfig Portal

editor/nvim · init.lua

Imported from ~/.config/nvim.

init.lua
if vim.loader then
	vim.loader.enable()
end

_G.dd = function(...)
	require("util.debug").dump(...)
end
vim.print = _G.dd

require("config.lazy")