1 files changed,
3 insertions(+),
3 deletions(-)
M
lua/plugin/statusline.lua
@@ -7,14 +7,14 @@ theme = "catppuccin",
component_separators = { "", "" }, section_separators = { "", "" }, disabled_filetypes = { "NvimTree", "Telescope" }, + always_divide_middle = false, }, sections = { - lualine_a = { "branch", "diff" }, + lualine_a = { "branch" }, lualine_b = { "filename" }, lualine_c = {}, - lualine_x = {}, + lualine_x = { "diff" }, lualine_y = { { "diagnostics", sources = { "nvim_diagnostic" } } }, - lualine_z = { "location" }, }, }