add Aerial (tags)

This commit is contained in:
Hadi
2025-04-16 19:45:24 +02:00
parent 05b022f664
commit 44686a7b38

View File

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