mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-23 10:48:32 +02:00
update config
This commit is contained in:
parent
e9febd9f56
commit
45c8ab6bde
1 changed files with 8 additions and 10 deletions
18
README.md
18
README.md
|
@ -132,20 +132,18 @@ git clone https://github.com/pojokcodeid/nvim-lazy.git ~/.config/nvim
|
|||
- Rujukan Language Support <br>
|
||||
https://github.com/nvim-treesitter/nvim-treesitter#supported-languages
|
||||
|
||||
## Ubah Dashboard => Cari File nvim/lua/user/alpha.lua
|
||||
## Ubah Dashboard => Cari File nvim/lua/custom/dashboard_example.lua , ubah nama file menjadi dashboard.lua
|
||||
|
||||
- Edit Bagian ini
|
||||
|
||||
```lua
|
||||
dashboard.section.header.val = {
|
||||
[[ _ _ _ ]],
|
||||
[[ (_) | | | | ]],
|
||||
[[ _ __ ___ _ ___ | | __ ___ ___ __| | ___ ]],
|
||||
[[| '_ \ / _ \| |/ _ \| |/ / / __/ _ \ / _` |/ _ \]],
|
||||
[[| |_) | (_) | | (_) | < | (_| (_) | (_| | __/]],
|
||||
[[| .__/ \___/| |\___/|_|\_\ \___\___/ \__,_|\___|]],
|
||||
[[| | _/ | ]],
|
||||
[[|_| |__/ ]],
|
||||
M.dashboard = {
|
||||
[[ __ ]],
|
||||
[[ ___ ___ ___ __ __ /\_\ ___ ___ ]],
|
||||
[[ / _ `\ / __`\ / __`\/\ \/\ \\/\ \ / __` __`\ ]],
|
||||
[[/\ \/\ \/\ __//\ \_\ \ \ \_/ |\ \ \/\ \/\ \/\ \ ]],
|
||||
[[\ \_\ \_\ \____\ \____/\ \___/ \ \_\ \_\ \_\ \_\]],
|
||||
[[ \/_/\/_/\/____/\/___/ \/__/ \/_/\/_/\/_/\/_/]],
|
||||
}
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue