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
536e56865a
commit
c6d761aea3
2 changed files with 8 additions and 8 deletions
|
@ -70,11 +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 = " " }
|
||||
-- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue