lazygit: added

This commit is contained in:
xinyangli 2024-08-20 20:51:56 +08:00
parent b7505e4d1b
commit a5eb7fe89e
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
2 changed files with 6 additions and 0 deletions

View file

@ -8,6 +8,7 @@
./gitsigns.nix
./indent-blankline.nix
./keybindings.nix
./lazygit.nix
./lsp
./project.nix
./rainbow-delimiters.nix

5
config/lazygit.nix Normal file
View file

@ -0,0 +1,5 @@
{
plugins.lazygit = {
enable = true;
};
}