diff --git a/lua/custom/default.lua b/lua/custom/default.lua index 5cf59fe..65438e5 100644 --- a/lua/custom/default.lua +++ b/lua/custom/default.lua @@ -72,11 +72,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_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 diff --git a/lua/user/lualine.lua b/lua/user/lualine.lua index 2670c9c..f9f5306 100644 --- a/lua/user/lualine.lua +++ b/lua/user/lualine.lua @@ -114,7 +114,7 @@ local branch = { icons_enabled = true, --icon = "", icon = icons.git.Branch, - padding = { right = 1 }, + padding = 1, } local location = { @@ -221,6 +221,7 @@ local lsp_info = { end, --icon = " ", icon = icons.ui.Gear .. "", + padding = 1, } local lsp_progress = {} local data_exists, lspprogress = pcall(require, "lsp-progress") @@ -256,7 +257,8 @@ lualine.setup({ lualine_c = { diagnostics, lsp_info, lsp_progress }, -- lualine_c = { file_name, lsp_info }, -- lualine_x = { "encoding", "fileformat", "filetype" }, - lualine_x = { diff, spaces, "encoding", filetype }, + -- lualine_x = { diff, spaces, "encoding", filetype }, + lualine_x = { diff, spaces, filetype }, lualine_y = { location }, --[[ lualine_z = { progress }, ]] lualine_z = { time },