diff --git a/lua/custom/default.lua b/lua/custom/default.lua index 302a123..5cf59fe 100644 --- a/lua/custom/default.lua +++ b/lua/custom/default.lua @@ -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 diff --git a/lua/user/lualine.lua b/lua/user/lualine.lua index 5fc11b6..dc5546d 100644 --- a/lua/user/lualine.lua +++ b/lua/user/lualine.lua @@ -115,7 +115,7 @@ local branch = { local location = { "location", - padding = 0, + padding = { left = 1 }, } -- cool function for progress diff --git a/lua/user/webdevicons.lua b/lua/user/webdevicons.lua index b9c3395..3f3de4e 100644 --- a/lua/user/webdevicons.lua +++ b/lua/user/webdevicons.lua @@ -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",