mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-23 18:55:22 +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>
|
- Rujukan Language Support <br>
|
||||||
https://github.com/nvim-treesitter/nvim-treesitter#supported-languages
|
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
|
- Edit Bagian ini
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
dashboard.section.header.val = {
|
M.dashboard = {
|
||||||
[[ _ _ _ ]],
|
[[ __ ]],
|
||||||
[[ (_) | | | | ]],
|
[[ ___ ___ ___ __ __ /\_\ ___ ___ ]],
|
||||||
[[ _ __ ___ _ ___ | | __ ___ ___ __| | ___ ]],
|
[[ / _ `\ / __`\ / __`\/\ \/\ \\/\ \ / __` __`\ ]],
|
||||||
[[| '_ \ / _ \| |/ _ \| |/ / / __/ _ \ / _` |/ _ \]],
|
[[/\ \/\ \/\ __//\ \_\ \ \ \_/ |\ \ \/\ \/\ \/\ \ ]],
|
||||||
[[| |_) | (_) | | (_) | < | (_| (_) | (_| | __/]],
|
[[\ \_\ \_\ \____\ \____/\ \___/ \ \_\ \_\ \_\ \_\]],
|
||||||
[[| .__/ \___/| |\___/|_|\_\ \___\___/ \__,_|\___|]],
|
[[ \/_/\/_/\/____/\/___/ \/__/ \/_/\/_/\/_/\/_/]],
|
||||||
[[| | _/ | ]],
|
|
||||||
[[|_| |__/ ]],
|
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue