mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
update
This commit is contained in:
parent
dee1a6570b
commit
4645605892
3 changed files with 17 additions and 14 deletions
16
lua/custom/dashboard_example.lua
Normal file
16
lua/custom/dashboard_example.lua
Normal file
|
@ -0,0 +1,16 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue