dev: enable lazygit out of the box

This commit is contained in:
NotAShelf 2023-04-28 08:59:35 +03:00
parent 2018cd7b2f
commit 7afe92b845
No known key found for this signature in database
GPG Key ID: 05A3BD53FEB32B81
1 changed files with 4 additions and 1 deletions

View File

@ -167,7 +167,10 @@ inputs: let
};
vim.terminal = {
toggleterm.enable = true;
toggleterm = {
enable = true;
lazygit.enable = true;
};
};
vim.ui = {