neaten up lualine
This commit is contained in:
parent
928658af72
commit
9c588cdcf8
|
@ -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" },
|
||||
|
|
Loading…
Reference in New Issue