mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
3ba89fdc62
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;
|
|
};
|
|
};
|
|
}
|