mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-21 13:52:34 +02:00
a90a3809ce
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
19 lines
378 B
Nix
19 lines
378 B
Nix
{
|
|
vim.utility.snacks-nvim = {
|
|
enable = true;
|
|
setupOpts = {
|
|
quickfile.enabled = true;
|
|
statuscolumn.enabled = true;
|
|
zen.enabled = true;
|
|
bufdelete.enabled = true;
|
|
gitsigns.enabled = true;
|
|
animate.enabled = true;
|
|
lazygit = {
|
|
enabled = true;
|
|
configure = false;
|
|
};
|
|
terminal.enabled = true;
|
|
};
|
|
};
|
|
}
|