Skip to content

Commit

Permalink
feat(nvim): reorder component status line
Browse files Browse the repository at this point in the history
  • Loading branch information
r17x committed Oct 26, 2024
1 parent d134286 commit 0572909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim.nix/config/ui.nix
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,9 @@ in
__unkeyed-1 = "branch";
color.fg = "BlueSign";
}
"diff"
];
plugins.lualine.settings.sections.lualine_c = [
"diff"
"diagnostics"
];
plugins.lualine.settings.sections.lualine_x = [
Expand Down

0 comments on commit 0572909

Please sign in to comment.