mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
16 lines
527 B
Lua
16 lines
527 B
Lua
local M = {}
|
|
|
|
-- Untuk Ubah Dashboard
|
|
-- 1. Rename File ini dari dashboard_exsample.lua menjadi dashboard.lua
|
|
-- 2. Ubah dashboard sesuai keinginan dan kebutuhan
|
|
|
|
M.dashboard = {
|
|
[[ __ ]],
|
|
[[ ___ ___ ___ __ __ /\_\ ___ ___ ]],
|
|
[[ / _ `\ / __`\ / __`\/\ \/\ \\/\ \ / __` __`\ ]],
|
|
[[/\ \/\ \/\ __//\ \_\ \ \ \_/ |\ \ \/\ \/\ \/\ \ ]],
|
|
[[\ \_\ \_\ \____\ \____/\ \___/ \ \_\ \_\ \_\ \_\]],
|
|
[[ \/_/\/_/\/____/\/___/ \/__/ \/_/\/_/\/_/\/_/]],
|
|
}
|
|
|
|
return M
|