added some stuff for lazygit and snacks.image

This commit is contained in:
Gabe Venberg 2025-08-05 00:13:49 +02:00
parent 0ac2012975
commit 152b056a54
2 changed files with 27 additions and 7 deletions

View file

@ -83,6 +83,15 @@
lazygit
zoxide
];
markdown = [
mermaid-cli
imagemagick
texliveSmall
];
git = [
lazygit
git
];
lsp = {
rust = [
rust-analyzer
@ -182,8 +191,10 @@
lazydev-nvim
];
};
always = [
git = [
gitsigns-nvim
];
always = [
nvim-surround
leap-nvim
];
@ -269,6 +280,7 @@
};
categories = {
always = true;
git = true;
treesitter = true;
markdown = true;
lsp = true;