mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 19:12:11 +02:00
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> Former-commit-id: 0d6390b18f38bdba346a1f92799884d209159b33
17 lines
348 B
Nix
17 lines
348 B
Nix
{
|
|
programs.nvf.settings.vim.utility.snacks-nvim = {
|
|
enable = true;
|
|
setupOpts = {
|
|
image = {
|
|
enabled = true;
|
|
setupOpts.doc.inline = false;
|
|
};
|
|
quickfile.enabled = true;
|
|
statuscolumn.enabled = true;
|
|
zen.enabled = true;
|
|
bufdelete.enabled = true;
|
|
gitsigns.enabled = true;
|
|
};
|
|
};
|
|
}
|