mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +02:00
add: config default theme
This commit is contained in:
parent
2751234228
commit
7f1d7df0c8
3 changed files with 13 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -115,7 +115,7 @@ local branch = {
|
|||
|
||||
local location = {
|
||||
"location",
|
||||
padding = 0,
|
||||
padding = { left = 1 },
|
||||
}
|
||||
|
||||
-- cool function for progress
|
||||
|
|
|
@ -93,6 +93,12 @@ material_icon.setup({
|
|||
cterm_color = "220",
|
||||
name = "GradleFile",
|
||||
},
|
||||
["mod"] = {
|
||||
icon = "",
|
||||
color = "#C5362B",
|
||||
cterm_color = "220",
|
||||
name = "gomod",
|
||||
},
|
||||
-- ["go"] = {
|
||||
-- icon = "",
|
||||
-- color = "#0FBFCF",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue