added some stuff for lazygit and snacks.image
This commit is contained in:
parent
0ac2012975
commit
152b056a54
2 changed files with 27 additions and 7 deletions
14
flake.nix
14
flake.nix
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue