This commit is contained in:
asep komarudin 2023-11-11 20:58:21 +07:00
parent a966d96c85
commit 1aefe74b10
2 changed files with 5 additions and 2 deletions

View file

@ -70,8 +70,11 @@ 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 = " " }
-- 0 ( format jalan) 1 (fromat off)
vim.g.pcode_format_on_save = 1