mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
neovim: add lazygit
This commit is contained in:
parent
bac640464e
commit
ca29bd85dc
2 changed files with 11 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ in
|
|||
|
||||
imports = [
|
||||
./nvim-tree.nix
|
||||
./lazygit.nix
|
||||
];
|
||||
|
||||
# Theme
|
||||
|
|
|
|||
10
modules/home/all/neovim/lazygit.nix
Normal file
10
modules/home/all/neovim/lazygit.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
plugins.lazygit.enable = true;
|
||||
keymaps = [
|
||||
{
|
||||
action = "<cmd>LazyGit<CR>";
|
||||
key = "<leader>gg";
|
||||
}
|
||||
];
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue