From 41acbb2679d170df3869b804248f9cb2802e6ae9 Mon Sep 17 00:00:00 2001 From: "asep.komarudin" Date: Mon, 20 May 2024 13:08:37 +0700 Subject: [PATCH] add: update config lualine --- lua/plugins/lualine.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua index a294b62..2d74ab0 100644 --- a/lua/plugins/lualine.lua +++ b/lua/plugins/lualine.lua @@ -268,8 +268,8 @@ return { mode, }, lualine_b = { get_branch }, - lualine_c = { lsp_info, diagnostics, lsp_progress }, - lualine_x = { treesitter, diff, spaces, "filetype" }, + lualine_c = { diff, lsp_info, lsp_progress }, + lualine_x = { treesitter, diagnostics, spaces, "filetype" }, lualine_y = { "progress" }, lualine_z = { { "location", separator = { right = " " }, padding = 1 },