mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 18:55:47 +02:00
0d901aa10c
Signed-off-by: Hadi <hadi@example.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;
|
|
};
|
|
};
|
|
}
|