gitignore and warnings

This commit is contained in:
Jana Dönszelmann 2026-03-17 10:50:47 +01:00
parent 02bd57490f
commit e6522bdb86
No known key found for this signature in database
5 changed files with 37 additions and 28 deletions

View file

@ -384,7 +384,7 @@ in
code_action.keys = {
quit = "<Esc>";
};
symbol_in_winbar.enable = false;
symbol_in_winbar.enable = true;
implement.enable = true;
};
};
@ -435,8 +435,8 @@ in
__unkeyed-1 = "filetype";
}
];
lualine_y = [ { __unkeyed-1 = "progress"; } ];
lualine_z = [ { __unkeyed-1 = "location"; } ];
lualine_y = [{ __unkeyed-1 = "progress"; }];
lualine_z = [{ __unkeyed-1 = "location"; }];
};
};
};