lazygit: added
This commit is contained in:
parent
b7505e4d1b
commit
a5eb7fe89e
2 changed files with 6 additions and 0 deletions
|
@ -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
5
config/lazygit.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
plugins.lazygit = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue