add Aerial (tags)

Former-commit-id: 44686a7b38
This commit is contained in:
Hadi
2025-04-16 19:45:24 +02:00
parent c5e85ae57d
commit a12fe9a81a

View File

@@ -15,6 +15,7 @@
tmux-navigator.enable = true; tmux-navigator.enable = true;
todo-comments.enable = true; todo-comments.enable = true;
lualine = { enable = true; }; lualine = { enable = true; };
aerial.enable = true;
treesitter = { treesitter = {
enable = true; enable = true;
nixGrammars = true; nixGrammars = true;
@@ -25,5 +26,12 @@
}; };
}; };
}; };
keymaps = [
{
key = "<leader>ct";
action = "<cmd>AerialToggle<cr>";
options.desc = "Aerial (tags)";
}
];
}; };
} }