neaten up lualine

This commit is contained in:
andrzej 2024-05-02 11:23:27 +02:00
parent 928658af72
commit 9c588cdcf8
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ return {
},
},
sections = {
lualine_a = { "mode", "vim.g.cmptoggle and 'cmp'" },
lualine_b = { "branch", "diff", "diagnostics", "vim.g.cwdShortened" },
lualine_a = { "mode", "vim.g.cmptoggle and 'cmp'", "branch" },
lualine_b = { "vim.g.cwdShortened", "diff", "diagnostics" },
lualine_c = { "filename" },
lualine_x = { "buffers" },
lualine_y = { "encoding", "filetype", "progress" },