Skip to content

Commit

Permalink
🔧 (lualine): disable filetype/filename
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Feb 2, 2025
1 parent bbced18 commit 44ef4a1
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions modules/nixvim/plug/lualine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,28 +91,7 @@ in
}
];
lualine_x = [ "" ];
lualine_y = [
{
__unkeyed = "filetype";
icon_only = true;
separator.left = "";
separator.right = "";
}
{
__unkeyed = "filename";
symbols = {
modified = "";
readonly = "👁️";
unnamed = "";
};
color = {
fg = colors.base05;
bg = "nil";
};
separator.left = "";
separator.right = "";
}
];
lualine_y = [ "" ];
lualine_z = [
{
__unkeyed = "location";
Expand Down

0 comments on commit 44ef4a1

Please sign in to comment.