mirror of
https://github.com/akr2002/nv.git
synced 2025-03-12 18:06:15 +00:00
add neogit
This commit is contained in:
parent
e673c475a3
commit
76c7468f5a
2 changed files with 14 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
./git/diffview.nix
|
||||
./git/gitsigns.nix
|
||||
./git/lazygit.nix
|
||||
./git/neogit.nix
|
||||
|
||||
./dap/dap.nix
|
||||
|
||||
|
|
13
config/git/neogit.nix
Normal file
13
config/git/neogit.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
plugins.neogit = {
|
||||
enable = true;
|
||||
disableBuiltinNotifications = true;
|
||||
};
|
||||
keymaps = [
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>gg";
|
||||
action = "<cmd>Neogit<cr>";
|
||||
}
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue