Formatting.

This commit is contained in:
Fern Garden 2025-07-16 14:32:12 +08:00
parent 1237a5c092
commit 7b0cc62e30
4 changed files with 66 additions and 41 deletions

View file

@ -114,12 +114,16 @@ with lib; {
keymaps = [
{
key = "<Leader>tt";
key = "<Leader>t";
action = "<cmd> ToggleTerm direction=float <CR>";
}
{
key = "<Leader>xx";
action = "<cmd> Trouble diagnostics toggle focus=false<CR>";
key = "<Leader>x";
action = "<cmd> Trouble diagnostics toggle focus=false <CR>";
}
{
key = "<Leader>y";
action = "<cmd> Yazi <CR>";
}
];
@ -151,6 +155,7 @@ with lib; {
toggleterm.enable = true;
trouble.enable = true;
web-devicons.enable = true;
yazi.enable = true;
lualine = {
enable = true;