1
0
Fork 0
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:
Mo 2022-05-04 22:47:51 +02:00
parent c59053d4c1
commit f8479806f8

View file

@ -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" },
}, },
}) })