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_a = { "mode", "vim.g.cmptoggle and 'cmp'", "branch" },
|
||||||
lualine_b = { "vim.g.cwdShortened", "diff", "diagnostics" },
|
lualine_b = { "vim.g.cwdShortened", "diff", "diagnostics" },
|
||||||
lualine_c = { "filename" },
|
lualine_c = { "filename" },
|
||||||
lualine_x = { "buffers" },
|
lualine_x = {},
|
||||||
lualine_y = { "encoding", "filetype", "progress" },
|
lualine_y = { "filetype" },
|
||||||
lualine_z = {
|
lualine_z = {
|
||||||
--"vim.g.cwdShortened"
|
--"vim.g.cwdShortened"
|
||||||
-- "datetime",
|
-- "datetime",
|
||||||
|
|
Loading…
Reference in New Issue