Skip to content

Commit

Permalink
packages: disable alpha and nvimtree on lualine
Browse files Browse the repository at this point in the history
  • Loading branch information
stepbrobd committed Nov 16, 2024
1 parent 6895324 commit 4397447
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/nixvim/lualine.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
plugins.lualine = {
enable = true;

settings = {
options = {
theme = "nord";
icons_enabled = true;
disabled_filetypes.statusline = [ "alpha" "NvimTree" ];
};

sections = {
lualine_a = [ "mode" ];
lualine_b = [ "branch" ];
Expand Down

0 comments on commit 4397447

Please sign in to comment.