mirror of
https://github.com/akr2002/nv.git
synced 2024-11-09 18:49:45 +00:00
14 lines
198 B
Nix
14 lines
198 B
Nix
|
{
|
||
|
plugins.neogit = {
|
||
|
enable = true;
|
||
|
disableBuiltinNotifications = true;
|
||
|
};
|
||
|
keymaps = [
|
||
|
{
|
||
|
mode = "n";
|
||
|
key = "<leader>gg";
|
||
|
action = "<cmd>Neogit<cr>";
|
||
|
}
|
||
|
];
|
||
|
}
|