Skip to content

Commit

Permalink
home (nvim): Replace lightline with lualine
Browse files Browse the repository at this point in the history
  • Loading branch information
britter committed Nov 6, 2024
1 parent 7b10ffc commit be1e5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/terminal/nvim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ in {
settings.current_line_blame = true;
};
lazygit.enable = true;
lightline.enable = true;
lsp = {
enable = true;
servers = {
nixd.enable = true;
};
};
lualine.enable = true;
neo-tree.enable = true;
telescope.enable = true;
treesitter = {
Expand Down

0 comments on commit be1e5c4

Please sign in to comment.