add: config default theme

This commit is contained in:
asep komarudin 2024-02-22 15:59:20 +07:00
parent 2751234228
commit 7f1d7df0c8
3 changed files with 13 additions and 5 deletions

View file

@ -70,11 +70,13 @@ vim.g.pcode_status_icon = 1
-- },
-- }
vim.g.pcode_custom_lualine = true
vim.g.pcode_component_separators = { left = " ", right = " " }
vim.g.pcode_section_separators = { left = "", right = "" }
-- vim.g.pcode_component_separators = { left = "│", right = "│" }
-- vim.g.pcode_component_separators = { left = " ", right = " " }
-- vim.g.pcode_section_separators = { left = " ", right = " " }
-- vim.g.pcode_section_separators = { left = "", right = "" }
-- vim.g.pcode_component_separators = { left = " ", right = " " }
-- vim.g.pcode_section_separators = { left = "", right = "" }
-- vim.g.pcode_component_separators = { left = "│", right = "│" }
vim.g.pcode_component_separators = { left = " ", right = " " }
vim.g.pcode_section_separators = { left = " ", right = " " }
-- 0 ( format jalan) 1 (fromat off)
vim.g.pcode_format_on_save = 1