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