diff --git a/home-manager/editor/neovim.nix b/home-manager/editor/neovim.nix index 708f39b4..9a2928d8 100644 --- a/home-manager/editor/neovim.nix +++ b/home-manager/editor/neovim.nix @@ -340,8 +340,8 @@ in require("lualine").setup { sections = { - lualine_y = { mixed_indent }, - lualine_z = { trailing_whitespace }, + lualine_y = { "progress", mixed_indent }, + lualine_z = { "location", trailing_whitespace }, }, options = { icons_enabled = enable_icons,