Skip to content

Commit

Permalink
home-manager/neovim: add progress and location to lualine
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Dec 5, 2024
1 parent acb55bf commit 93d5ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home-manager/editor/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 93d5ae0

Please sign in to comment.