Skip to content

Commit

Permalink
plugins/lualine: add test for icon option
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Jan 5, 2024
1 parent a2c5bd3 commit 856b88d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test-sources/plugins/statuslines/lualine.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
# you can specify only the sections you want to change
{
name = "filename";
icon = "-";
extraConfig = {
newfile_status = true;
path = 1;
Expand All @@ -75,6 +76,10 @@
lualine_a = [
{
name = "buffers";
icon = {
icon = "X";
align = "right";
};
extraConfig.mode = 4;
extraConfig.filetype_names = {
TelescopePrompt = "Telescope";
Expand Down

0 comments on commit 856b88d

Please sign in to comment.