mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-18 17:54:49 +02:00
Updated 6. Configurasi (markdown)
parent
859a7d4283
commit
5444278296
1 changed files with 17 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue