This commit is contained in:
asep komarudin 2023-03-06 19:23:29 +07:00
parent 8b6a40efe8
commit ad59d61555
4 changed files with 4 additions and 4 deletions

View file

@ -22,4 +22,4 @@
-- 1 startify model
-- 2 dashboard model
vim.g.pcode_model = 1 -- isi dengan 1 atau 2 untuk model dashboard
vim.g.pcode_model = 2 -- isi dengan 1 atau 2 untuk model dashboard

View file

@ -29,7 +29,7 @@ vim.g.pcode_transparent_mode = 0
-- 0 disable progress
-- 1 lualine lsp progress
-- 2 fidget progress
vim.g.pcode_progress = 1
vim.g.pcode_progress = 2
-- style
-- 0 = default
-- 1 = { left = "", right = "" },