mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 09:18:44 +02:00
update
This commit is contained in:
parent
8b6a40efe8
commit
ad59d61555
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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 = "" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue