strip down lualine
This commit is contained in:
parent
b55ed53572
commit
4fa602f75f
|
@ -26,8 +26,8 @@ return {
|
|||
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" },
|
||||
lualine_x = {},
|
||||
lualine_y = { "filetype" },
|
||||
lualine_z = {
|
||||
--"vim.g.cwdShortened"
|
||||
-- "datetime",
|
||||
|
|
Loading…
Reference in New Issue