14 lines
229 B
Nix
14 lines
229 B
Nix
{
|
|
programs.nixvim.plugins.neogit = {
|
|
enable = true;
|
|
settings = {
|
|
disable_signs = false;
|
|
integrations = {
|
|
diffview = true;
|
|
telescope = true;
|
|
};
|
|
use_telescope = true;
|
|
};
|
|
};
|
|
}
|