pojokcodeid.nvim-lazy/lua/custom/dashboard.lua

14 lines
465 B
Lua
Raw Normal View History

2023-01-25 16:53:42 +07:00
local M = {}
2023-01-24 20:58:38 +07:00
2023-01-25 16:53:42 +07:00
-- Untuk UBah dashboard buka remark dan ganti sesuai kebutuhan
-- M.dashboard = {
2023-01-24 20:58:38 +07:00
-- [[ __ ]],
-- [[ ___ ___ ___ __ __ /\_\ ___ ___ ]],
-- [[ / _ `\ / __`\ / __`\/\ \/\ \\/\ \ / __` __`\ ]],
-- [[/\ \/\ \/\ __//\ \_\ \ \ \_/ |\ \ \/\ \/\ \/\ \ ]],
-- [[\ \_\ \_\ \____\ \____/\ \___/ \ \_\ \_\ \_\ \_\]],
-- [[ \/_/\/_/\/____/\/___/ \/__/ \/_/\/_/\/_/\/_/]],
-- }
2023-01-25 16:53:42 +07:00
return M