mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-19 10:14:25 +02:00
Updated 6. Configurasi (markdown)
parent
71b488df52
commit
859a7d4283
1 changed files with 20 additions and 2 deletions
|
@ -177,9 +177,27 @@ M.dashboard = {
|
||||||
```
|
```
|
||||||
- Link Generate Dasboard
|
- Link Generate Dasboard
|
||||||
https://patorjk.com/software/taag/
|
https://patorjk.com/software/taag/
|
||||||
|
# Custom Colorschema
|
||||||
|
- cari file lua/custom/default , pilih colorscheme sesuai keinginan
|
||||||
|
```lua
|
||||||
|
-- custom colorscheme
|
||||||
|
-- colorscheme ready :
|
||||||
|
-- tokyonight, tokyonight-night, tokyonight-storm, tokyonight-day, tokyonight-moon
|
||||||
|
-- gruvbox-baby (default)
|
||||||
|
-- sonokai, sonokai_atlantis,
|
||||||
|
-- sonokai_andromeda,sonokai_shusia,sonokai_maia,sonokai_espresso
|
||||||
|
-- material, material_deepocean, material_palenight, material_lighter, material_darker
|
||||||
|
-- onedark, onedark_darker, onedark_cool, onedark_deep,onedark_warm,
|
||||||
|
-- onedark_warmer, onedark_light
|
||||||
|
-- lunar
|
||||||
|
-- nord
|
||||||
|
-- catppuccin, catppuccin-latte, catppuccin-frappe, catppuccin-macchiato, catppuccin-mocha
|
||||||
|
-- dracula
|
||||||
|
-- nightfox, dayfox, dawnfox, duskfox, nordfox, terafox, carbonfox
|
||||||
|
vim.g.pcode_colorscheme = "gruvbox-baby"
|
||||||
|
```
|
||||||
# Custom Null-ls
|
# Custom Null-ls
|
||||||
- cari file lua/custom/null-ls.lua
|
- cari file lua/custom/default.lua
|
||||||
- tambahkan pada bagian berikut
|
- tambahkan pada bagian berikut
|
||||||
```lua
|
```lua
|
||||||
local m = {
|
local m = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue