update config

This commit is contained in:
asep komarudin 2023-02-12 17:11:12 +07:00
parent e9febd9f56
commit 45c8ab6bde

View file

@ -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 = {
[[ _ _ _ ]], [[ __ ]],
[[ (_) | | | | ]], [[ ___ ___ ___ __ __ /\_\ ___ ___ ]],
[[ _ __ ___ _ ___ | | __ ___ ___ __| | ___ ]], [[ / _ `\ / __`\ / __`\/\ \/\ \\/\ \ / __` __`\ ]],
[[| '_ \ / _ \| |/ _ \| |/ / / __/ _ \ / _` |/ _ \]], [[/\ \/\ \/\ __//\ \_\ \ \ \_/ |\ \ \/\ \/\ \/\ \ ]],
[[| |_) | (_) | | (_) | < | (_| (_) | (_| | __/]], [[\ \_\ \_\ \____\ \____/\ \___/ \ \_\ \_\ \_\ \_\]],
[[| .__/ \___/| |\___/|_|\_\ \___\___/ \__,_|\___|]], [[ \/_/\/_/\/____/\/___/ \/__/ \/_/\/_/\/_/\/_/]],
[[| | _/ | ]],
[[|_| |__/ ]],
} }
``` ```