mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2025-01-01 15:39:20 +00:00
Remove progress from statusline
This commit is contained in:
parent
c59053d4c1
commit
f8479806f8
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ require("lualine").setup({
|
||||||
lualine_a = { "filename" },
|
lualine_a = { "filename" },
|
||||||
lualine_b = { "branch", "diff" },
|
lualine_b = { "branch", "diff" },
|
||||||
lualine_c = { { gps.get_location, cond = gps.is_available } },
|
lualine_c = { { gps.get_location, cond = gps.is_available } },
|
||||||
lualine_x = { "filetype" },
|
lualine_x = {},
|
||||||
lualine_y = {},
|
lualine_y = {},
|
||||||
lualine_z = { "progress" },
|
lualine_z = { "filetype" },
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue