mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 01:08:53 +02:00
update
This commit is contained in:
parent
a966d96c85
commit
1aefe74b10
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue