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
|
./gitsigns.nix
|
||||||
./indent-blankline.nix
|
./indent-blankline.nix
|
||||||
./keybindings.nix
|
./keybindings.nix
|
||||||
|
./lazygit.nix
|
||||||
./lsp
|
./lsp
|
||||||
./project.nix
|
./project.nix
|
||||||
./rainbow-delimiters.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