Updated 6. Configurasi (markdown)

Asep Komarudin 2023-03-06 05:22:36 +07:00
parent 859a7d4283
commit 5444278296

@ -196,6 +196,23 @@ M.dashboard = {
-- nightfox, dayfox, dawnfox, duskfox, nordfox, terafox, carbonfox
vim.g.pcode_colorscheme = "gruvbox-baby"
```
# Custom Treansparent Background
- Cari file lua/custom/default.lua
```lua
-- custom transparent mode
-- only support
-- gruvbox-baby,
-- tokyonight,
-- sonokai,
-- material
-- onedark
-- catppuccin
-- nord
-- dracula
-- nightfox
-- 0 =off 1= on
vim.g.pcode_transparent_mode = 0
```
# Custom Null-ls
- cari file lua/custom/default.lua
- tambahkan pada bagian berikut